| Index: LayoutTests/css3/zoom-coords.xhtml
|
| diff --git a/LayoutTests/css3/zoom-coords.xhtml b/LayoutTests/css3/zoom-coords.xhtml
|
| index 3b2174d85d1271c5a50adfe97b8cca5ff33a793f..3760db60159a92a1b3c32ce5fe1fe94c736a1d1f 100644
|
| --- a/LayoutTests/css3/zoom-coords.xhtml
|
| +++ b/LayoutTests/css3/zoom-coords.xhtml
|
| @@ -182,7 +182,7 @@ shouldBe('image3.bottom', '550');
|
| var text3 = document.getElementById("text3").getBoundingClientRect();
|
| shouldBe('text3.left', '1100');
|
| msgDumpRenderTreeRequired();
|
| -shouldBeCloseTo('text3.top', 566, 1);
|
| +shouldBeCloseTo('text3.top', 565, 1);
|
| shouldBeCloseTo('text3.width', 92, 1);
|
| shouldBeCloseTo('text3.height', 12, 1);
|
| shouldBeCloseTo('text3.right', 1192, 1);
|
|
|