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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-1-expected.txt

Issue 2872423002: Tweak PaintInvalidationReasons (Closed)
Patch Set: Rebaseline-cl Created 3 years, 7 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/paint/invalidation/line-flow-with-floats-1-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-1-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-1-expected.txt
index 7e3563db667100c243bd55e37a3f47ddccc8b280..15f65695f255ed0e1d7f636e48bce37685b56133 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-1-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/paint/invalidation/line-flow-with-floats-1-expected.txt
@@ -9,7 +9,7 @@
{
"object": "LayoutText #text",
"rect": [14, 80, 406, 119],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (floating) DIV id='pinkFloat'",
@@ -26,47 +26,47 @@
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'The chief difficulty Alice found at first was in managing'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'her\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'flamingo: she succeeded in getting its body tucked'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'away,\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'comfortably enough, under her arm, with its legs'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'hanging down,\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'but generally, just as she had got its'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'neck nicely straightened\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'out, and was going to give the'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'hedgehog a blow with its head, it\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698