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

Unified Diff: LayoutTests/fast/dom/Element/getBoundingClientRect.html

Issue 1153173011: Force glyph overflow calculation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines Created 5 years, 6 months 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: LayoutTests/fast/dom/Element/getBoundingClientRect.html
diff --git a/LayoutTests/fast/dom/Element/getBoundingClientRect.html b/LayoutTests/fast/dom/Element/getBoundingClientRect.html
index c986bb2ade89fcf82b6592c7895ee0df3b16b7a5..3f6882ea5e25b354f0e96a8e5d3c4707f1770683 100644
--- a/LayoutTests/fast/dom/Element/getBoundingClientRect.html
+++ b/LayoutTests/fast/dom/Element/getBoundingClientRect.html
@@ -133,6 +133,7 @@
/*2*/ { left: 8, top: 188, width: 320, height: 120 },
/*3*/ { left: 18, top: 356, width: 300, height: 100 },
/*4*/ { left: 37.289, top: 483.289, width: 141.421, height: 141.421 },
+ // On Mac, this fails because of crbug.com/498030.
/*5*/ { left: 8, top: 652, width: 300, height: 368 },
/*6*/ { left: fail, top: fail, width: fail, height: fail },
/*7*/ { left: 8, top: 1484, width: 288, height: 464 },
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text/fractional-word-and-letter-spacing-with-kerning.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698