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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-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/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
index 850c5c4068ef238bed3c53a71019e9a0142b41c6..73297bb670b186d3cbb70a01d1556ad8875283dc 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
@@ -14,32 +14,32 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
"rect": [8, 184, 769, 641],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
"rect": [8, 86, 769, 641],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (anonymous)",
"rect": [8, 86, 769, 98],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutIFrame IFRAME id='iframe'",
"rect": [8, 86, 732, 94],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow HTML",
"rect": [10, 88, 728, 90],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow BODY",
"rect": [18, 96, 712, 74],
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}
@@ -47,15 +47,15 @@
"objectPaintInvalidations": [
{
"object": "LayoutIFrame IFRAME id='iframe'",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutText #text",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow (anonymous)",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutView #document",
@@ -63,27 +63,27 @@
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='relative paddingTop'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutImage IMG",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow BODY",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
},
{
"object": "LayoutBlockFlow HTML",
- "reason": "layoutObject removal"
+ "reason": "disappeared"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698