Making this closer to a positive assertion.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10037 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2010-02-09 23:01:47 +00:00
parent ec8e2146ec
commit 74aaf479a5
+3 -4
View File
@@ -40,14 +40,13 @@
<div id="tags"></div> <div id="tags"></div>
<p id="shortdesc"><ol> <p id="shortdesc">
<ol>
<li>Click <li>Click
<button onclick="var m = document.getElementById('map').style; m.height = '400px'; m.width = '800px'; map.updateSize(); return false;">Resize</button></li> <button onclick="var m = document.getElementById('map').style; m.height = '400px'; m.width = '800px'; map.updateSize(); return false;">Resize</button></li>
<li>Open the LayerSwitcher and switch to Google Streets</li> <li>Open the LayerSwitcher and switch to Google Streets</li>
<li>See only a small rectangle with a Google map, not the whole map area</li> <li>Confirm that the whole map area is populated with tiles</li>
</ol> </ol>
Note: This test also shows another unrelated issue: "Terms of Use" is visible
before the Google layer is selected in the LayerSwitcher.
</p> </p>
<div id="map" style="width: 200px; height: 200px"></div> <div id="map" style="width: 200px; height: 200px"></div>