[OpenLayers-Commits] r1782 - trunk/openlayers/tests

commits at openlayers.org commits at openlayers.org
Wed Nov 8 13:44:18 EST 2006


Author: euzuro
Date: 2006-11-08 13:44:17 -0500 (Wed, 08 Nov 2006)
New Revision: 1782

Modified:
   trunk/openlayers/tests/test_Layer_EventPane.html
Log:
same as previous commit, need to give map div dimensions for proper tests in IE

Modified: trunk/openlayers/tests/test_Layer_EventPane.html
===================================================================
--- trunk/openlayers/tests/test_Layer_EventPane.html	2006-11-08 18:40:45 UTC (rev 1781)
+++ trunk/openlayers/tests/test_Layer_EventPane.html	2006-11-08 18:44:17 UTC (rev 1782)
@@ -108,6 +108,6 @@
   </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