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

Unified Diff: third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/remove-inline-block-descendant-of-flex-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/virtual/disable-spinvalidation/paint/invalidation/remove-inline-block-descendant-of-flex-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/remove-inline-block-descendant-of-flex-expected.txt b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/remove-inline-block-descendant-of-flex-expected.txt
index 3b2516b090e5e849ec431712910219c85c2a98b1..d8f8c8eeef286973ff907aefee86fc7a55b0c650 100644
--- a/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/remove-inline-block-descendant-of-flex-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/disable-spinvalidation/paint/invalidation/remove-inline-block-descendant-of-flex-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutBlockFlow DIV",
"rect": [0, 100, 100, 300],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
"rect": [0, 200, 100, 100],
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
"rect": [0, 100, 100, 100],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
"rect": [0, 100, 100, 100],
- "reason": "forced by layout"
+ "reason": "geometry"
}
]
}
@@ -32,35 +32,35 @@
"objectPaintInvalidations": [
{
"object": "LayoutBR BR",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-1' class='item'",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow DIV",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow DIV id='inline-block-2' class='item'",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "forced by layout"
+ "reason": "geometry"
},
{
"object": "LayoutBR BR",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox '\n'",
- "reason": "location change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698