OpenLayers OpenLayers

Changeset 5658

Show
Ignore:
Timestamp:
01/06/08 17:10:28 (1 year ago)
Author:
tschaub
Message:

If your browser doesn't support the script tag, you have no business running these tests.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/tests/Control/test_Attribution.html

    r4237 r5658  
    22<head> 
    33  <script src="../../lib/OpenLayers.js"></script> 
    4   <script type="text/javascript"><!-- 
     4  <script type="text/javascript"> 
    55    var map;  
    66    function test_01_Control_Attribution_constructor (t) { 
     
    3636 
    3737    }     
    38   // --> 
    3938  </script> 
    4039</head> 
  • trunk/openlayers/tests/Control/test_Scale.html

    r4333 r5658  
    22<head> 
    33  <script src="../../lib/OpenLayers.js"></script> 
    4   <script type="text/javascript"><!-- 
     4  <script type="text/javascript"> 
    55    var map;  
    66    function test_01_Control_Scale_constructor (t) { 
     
    4545        t.eq(control.div.firstChild.innerHTML, "Scale = 1 : 443M", "Internal scale displayed properly."); 
    4646    }     
    47   // --> 
    4847  </script> 
    4948</head> 
  • trunk/openlayers/tests/Layer/test_MapServer.html

    r5622 r5658  
    465465    } 
    466466     
    467   // --> 
    468467  </script> 
    469468</head> 
  • trunk/openlayers/tests/grid_inittiles.html

    r2978 r5658  
    1010    <script src="../lib/OpenLayers.js"></script> 
    1111    <script type="text/javascript"> 
    12         <!-- 
    1312        function init(){ 
    1413            var map = new OpenLayers.Map('map', {'maxResolution': 1.40625/2, tileSize: new OpenLayers.Size(256,256)}); 
     
    2221            map.zoomOut(); 
    2322        } 
    24         // --> 
    2523    </script> 
    2624  </head>