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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt

Issue 2046863006: Dirty line boxes correctly when a float gets layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@618230
Patch Set: Updated Created 4 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: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt
index fdfe199ede2b89b3109145d905ce07ac79cf25d3..ea4029bd340ec19210f1b9d0b38f4e0ca15cb9a9 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-10-expected.txt
@@ -8,7 +8,7 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow P",
- "rect": [8, 340, 418, 259],
+ "rect": [8, 320, 418, 279],
"reason": "invalidate paint rectangle"
},
{
@@ -55,6 +55,10 @@
"reason": "full"
},
{
+ "object": "InlineTextBox 'doubled-up\n'",
+ "reason": "full"
+ },
+ {
"object": "InlineTextBox 'for'",
"reason": "full"
},
@@ -103,6 +107,10 @@
"reason": "full"
},
{
+ "object": "InlineTextBox 'soldiers were always getting up and walking off to'",
+ "reason": "full"
+ },
+ {
"object": "InlineTextBox 'stamping about, and'",
"reason": "full"
},
@@ -193,6 +201,10 @@
{
"object": "RootInlineBox",
"reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698