fix test which breaks in ie because there are no size values to grab

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1781 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-11-08 18:40:45 +00:00
parent 876051d619
commit 6e8754af91

View File

@@ -127,7 +127,7 @@
</script>
</head>
<body>
<div id="map"></div>
<div id="map" style="height:500px;width:500px"></div>
</body>
</html>