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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/abspos-shift-image-incorrect-repaint-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/abspos-shift-image-incorrect-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt
index a495689353378d491a59db5c001200fcf5a3bb6d..37c76b38c8e9f8dc3662301dda04496894854076 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/disable-spinvalidation/paint/invalidation/abspos-shift-image-incorrect-repaint-expected.txt
@@ -9,32 +9,32 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
"rect": [0, 0, 1500, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
"rect": [-250, 0, 1500, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [704, 0, 700, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [454, 0, 700, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [0, 0, 700, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [-250, 0, 700, 236],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutView #document",
@@ -44,32 +44,32 @@
{
"object": "LayoutImage IMG",
"rect": [704, 0, 214, 232],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutImage IMG",
"rect": [454, 0, 214, 232],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutImage IMG",
"rect": [0, 0, 214, 232],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutImage IMG",
"rect": [-250, 0, 214, 232],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [700, 218, 4, 18],
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutText #text",
"rect": [450, 218, 4, 18],
- "reason": "bounds change"
+ "reason": "geometry"
}
]
}
@@ -81,55 +81,55 @@
},
{
"object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "RootInlineBox",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
- "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": "LayoutText #text",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "InlineTextBox '\n'",
- "reason": "bounds change"
+ "reason": "geometry"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
- "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": "LayoutText #text",
- "reason": "location change"
+ "reason": "geometry"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698