Index: third_party/WebKit/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
diff --git a/third_party/WebKit/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml b/third_party/WebKit/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
index f92ace923b53c4dadfe42e6efd3ca0892c65c667..305cd2f8fde20eb70d00ba51ac886b25406d4da5 100644 |
--- a/third_party/WebKit/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
+++ b/third_party/WebKit/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml |
@@ -151,9 +151,9 @@ function executeTest() { |
shouldBe('text2.left', '175.00', false, tolerance); |
shouldBe('text2.top', '132.66', false, tolerance); |
shouldBe('text2.width', '47.98', false, tolerance); |
- shouldBe('text2.height', '5.94', false, tolerance); |
+ shouldBe('text2.height', '6.02', false, tolerance); |
shouldBe('text2.right', '222.98', false, tolerance); |
- shouldBe('text2.bottom', '138.60', false, tolerance); |
+ shouldBe('text2.bottom', '138.70', false, tolerance); |
debug(""); |
svg3 = document.getElementById("svg3").getBoundingClientRect(); |