Index: LayoutTests/css3/zoom-coords.xhtml |
diff --git a/LayoutTests/css3/zoom-coords.xhtml b/LayoutTests/css3/zoom-coords.xhtml |
index 6a6967b0db131e73278e817ee7e5dadbbd108370..d6eb38c0bc92952465a081b796517ec3cdebe692 100644 |
--- a/LayoutTests/css3/zoom-coords.xhtml |
+++ b/LayoutTests/css3/zoom-coords.xhtml |
@@ -120,7 +120,7 @@ shouldBe('image1.bottom', '275'); |
var text1 = document.getElementById("text1").getBoundingClientRect(); |
shouldBe('text1.left', '100'); |
msgDumpRenderTreeRequired(); |
-shouldBeCloseTo('text1.top', 282, 1); |
+shouldBeCloseTo('text1.top', 283, 1); |
shouldBeCloseTo('text1.width', 46, 1); |
shouldBeCloseTo('text1.height', 6, 1); |
shouldBeCloseTo('text1.right', 146, 1); |
@@ -182,7 +182,7 @@ shouldBe('image3.bottom', '550'); |
var text3 = document.getElementById("text3").getBoundingClientRect(); |
shouldBe('text3.left', '1100'); |
msgDumpRenderTreeRequired(); |
-shouldBeCloseTo('text3.top', 565, 1); |
+shouldBeCloseTo('text3.top', 566, 1); |
shouldBeCloseTo('text3.width', 92, 1); |
shouldBeCloseTo('text3.height', 12, 1); |
shouldBeCloseTo('text3.right', 1192, 1); |