From 0417c9feb5638c5754b71054c737cf497ee1cfeb Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Wed, 24 May 2006 04:34:27 +0000 Subject: [PATCH] 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 --- tests/test_Layer_Text.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_Layer_Text.html b/tests/test_Layer_Text.html index aab9176fc3..146acbe7a0 100644 --- a/tests/test_Layer_Text.html +++ b/tests/test_Layer_Text.html @@ -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) {