removing HTML comment wrapping scripts - these haven't been necessary since Netscape 2.0 - if your browser doesn't run javsacript, please don't run these tests

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4059 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-08-27 17:47:50 +00:00
parent f04d110119
commit e4d857b167
76 changed files with 150 additions and 151 deletions

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript"><!--
<script type="text/javascript">
var bounds;
function test_01_Bounds_constructor (t) {
t.plan( 17 );
@@ -522,7 +522,7 @@
t.ok(bounds == null, "returns null on erroneous add operation (null y)");
}
// -->
</script>
</head>
<body>

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript"><!--
<script type="text/javascript">
// remove this next line at 3.0
var isMozilla = (navigator.userAgent.indexOf("compatible") == -1);
@@ -263,7 +263,7 @@
t.eq( objC.mixed, true, "class C has mixin properties" );
}
// -->
</script>
</head>
<body>

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript"><!--
<script type="text/javascript">
var lonlat;
@@ -146,7 +146,7 @@
}
// -->
</script>
</head>
<body>

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript"><!--
<script type="text/javascript">
var pixel;
function test_01_Pixel_constructor (t) {
@@ -103,7 +103,7 @@
t.eq( pixel.y, 26, "pixel.y is set correctly");
}
// -->
</script>
</head>
<body>

View File

@@ -1,7 +1,7 @@
<html>
<head>
<script src="../../lib/OpenLayers.js"></script>
<script type="text/javascript"><!--
<script type="text/javascript">
var Size;
function test_01_Size_constructor (t) {
@@ -59,7 +59,7 @@
t.ok( !size.equals(null), "equals() returns false on comparison to null");
}
// -->
</script>
</head>
<body>