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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-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-3-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-expected.txt
index ecad1a736fdf24146a84866c42830ce2e6277e7b..b3a12767df2010dbf93da49026943d64ccef3031 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/line-flow-with-floats-3-expected.txt
@@ -8,7 +8,7 @@
"paintInvalidations": [
{
"object": "LayoutBlockFlow P",
- "rect": [8, 380, 418, 219],
+ "rect": [8, 340, 418, 259],
"reason": "invalidate paint rectangle"
},
{
@@ -82,6 +82,10 @@
"reason": "full"
},
{
+ "object": "InlineTextBox 'difficult game indeed.\n'",
+ "reason": "full"
+ },
+ {
"object": "InlineTextBox 'for the hedgehogs; and in\n'",
"reason": "bounds change"
},
@@ -126,6 +130,10 @@
"reason": "full"
},
{
+ "object": "InlineTextBox 'other parts of\n'",
+ "reason": "full"
+ },
+ {
"object": "InlineTextBox 'quarrelling all the while, and fighting for the'",
"reason": "full"
},
@@ -150,6 +158,10 @@
"reason": "full"
},
{
+ "object": "InlineTextBox 'the ground, Alice soon came to the conclusion that it'",
+ "reason": "full"
+ },
+ {
"object": "InlineTextBox 'the'",
"reason": "bounds change"
},
@@ -158,6 +170,10 @@
"reason": "full"
},
{
+ "object": "InlineTextBox 'was a very\n'",
+ "reason": "full"
+ },
+ {
"object": "InlineTextBox 'was in a furious passion, and went\n'",
"reason": "full"
},
@@ -212,6 +228,14 @@
{
"object": "RootInlineBox",
"reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
+ },
+ {
+ "object": "RootInlineBox",
+ "reason": "full"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698