Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: third_party/WebKit/LayoutTests/svg/zoom/page/zoom-zoom-coords.xhtml

Issue 1505713002: Include glyph overflow in SVG text bounding boxes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More expectations Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698