Fix test_Layer_Text.html, which was also broken by r301.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@313 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-05-24 04:34:27 +00:00
parent 3ebbf969f2
commit 0417c9feb5

View File

@@ -28,8 +28,8 @@
t.delay_call( 1, function() {
map.setCenter(new OpenLayers.LonLat(0,0),0);
t.ok( map.layers[0].div.firstChild instanceof HTMLImageElement, "Marker added to div" )
t.eq( map.layers[0].div.firstChild.style.top, "205px", "Marker top set correctly" )
t.eq( map.layers[0].div.firstChild.style.left, "302px", "Marker left set correctly" )
t.eq( map.layers[0].div.firstChild.style.top, "219px", "Marker top set correctly" )
t.eq( map.layers[0].div.firstChild.style.left, "273px", "Marker left set correctly" )
});;
}
function test_99_Layer_Text_destroy (t) {