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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user