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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt

Issue 1461773002: Ensure text nodes get an object if we're unsure that they will be collapsed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/fast/repaint/text-in-relative-positioned-inline-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt
index ce320c00fa5cf2026048855d0c2b9709d6341c5e..a2afc2ee5192febe8ed89a3c78de4a4272c2250a 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/text-in-relative-positioned-inline-expected.txt
@@ -6,6 +6,7 @@
"contentsOpaque": true,
"drawsContent": true,
"repaintRects": [
+ [108, 8, 684, 100],
[8, 8, 200, 100],
[8, 8, 200, 100]
],
@@ -14,8 +15,8 @@
"LayoutText #text",
"InlineFlowBox",
"LayoutInline (relative positioned) SPAN id='target'",
- "LayoutText #text",
- "RootInlineBox"
+ "RootInlineBox",
+ "LayoutBlockFlow DIV"
]
}
]

Powered by Google App Engine
This is Rietveld 408576698