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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-6-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/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-6-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-6-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-6-expected.txt
index 0c8a7a5300a84c5dff5c88ea6c8cbf9ce5b807e2..8d9e3bd7addba85bd7d42a053e61d53bd2f138d2 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-6-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/virtual/disable-spinvalidation/paint/invalidation/line-flow-with-floats-6-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutText #text",
"rect": [13, 240, 407, 139],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [65, 360, 356, 39],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
"rect": [14, 363, 48, 65],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [27, 363, 22, 20],
- "reason": "layoutObject insertion"
+ "reason": "appeared"
}
]
}
@@ -32,83 +32,83 @@
"objectPaintInvalidations": [
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'begin again, it was very'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'provoking to find that the hedgehog had\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'unrolled itself, and was'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'in the act of crawling away: besides all\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'this, there was generally'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'a ridge or furrow in the way wherever\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'she wanted to send the'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'hedgehog to, and, as the doubled-up\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'soldiers were always'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'getting up and walking off to other parts of\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'the ground, Alice'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'soon came to the conclusion that it was a very\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (floating) SPAN id='blueFloat'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "InlineTextBox 'foo'",
- "reason": "layoutObject insertion"
+ "reason": "appeared"
},
{
"object": "LayoutText #text",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'difficult'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "InlineTextBox 'game indeed.\n'",
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698