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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/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/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
index f538270fb9946d4426f45d991c946933f41e93db..47d4741906672db496d67e8886286de0befe1ee5 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/shift-relative-positioned-container-with-image-removal-expected.txt
@@ -14,42 +14,42 @@
{
"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"
},
{
"object": "LayoutImage IMG",
"rect": [58, 234, 489, 537],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutImage IMG",
"rect": [58, 136, 489, 537],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -57,15 +57,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",
@@ -73,27 +73,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"
},
{
"object": "LayoutView #document",

Powered by Google App Engine
This is Rietveld 408576698