Give the map a size to pass the tests on IE 7

git-svn-id: http://svn.openlayers.org/trunk/openlayers@7714 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-08-08 14:39:17 +00:00
parent f086ba17b4
commit 7a462b74ee

View File

@@ -29,6 +29,6 @@
</script> </script>
</head> </head>
<body> <body>
<div id="map"/> <div id="map" style="width: 400px; height: 200px" />
</body> </body>
</html> </html>