[OpenLayers-Commits] r1781 - trunk/openlayers/tests
commits at openlayers.org
commits at openlayers.org
Wed Nov 8 13:40:46 EST 2006
Author: euzuro
Date: 2006-11-08 13:40:45 -0500 (Wed, 08 Nov 2006)
New Revision: 1781
Modified:
trunk/openlayers/tests/test_Tile_Image.html
Log:
fix test which breaks in ie because there are no size values to grab
Modified: trunk/openlayers/tests/test_Tile_Image.html
===================================================================
--- trunk/openlayers/tests/test_Tile_Image.html 2006-11-08 18:22:48 UTC (rev 1780)
+++ trunk/openlayers/tests/test_Tile_Image.html 2006-11-08 18:40:45 UTC (rev 1781)
@@ -127,7 +127,7 @@
</script>
</head>
<body>
-<div id="map"></div>
+<div id="map" style="height:500px;width:500px"></div>
</body>
</html>
More information about the Commits
mailing list