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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt

Issue 1951043002: Don't let PaintInvalidationLocationChange shadow other reasons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
index dfbfa9d73ae6b1616a71200b77be9163c814f736..4f1e5474d95a4afec6374c5fea6330a342bda459 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/abspos-shift-image-incorrect-repaint-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
"rect": [0, 0, 1500, 237],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='shiftMe'",
"rect": [-250, 0, 1500, 237],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow HTML",
@@ -24,22 +24,22 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [704, 0, 700, 237],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [454, 0, 700, 237],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [0, 0, 700, 237],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV class='imageWrapper'",
"rect": [-250, 0, 700, 237],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutView #document",
@@ -49,48 +49,48 @@
{
"object": "LayoutImage IMG",
"rect": [704, 0, 214, 232],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutImage IMG",
"rect": [454, 0, 214, 232],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutImage IMG",
"rect": [0, 0, 214, 232],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutImage IMG",
"rect": [-250, 0, 214, 232],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [700, 217, 4, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [450, 217, 4, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox '\n'",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "RootInlineBox",

Powered by Google App Engine
This is Rietveld 408576698