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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-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/fast/repaint/relative-margin-change-repaint-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
index aa162a3b580665c3ca95c25b351b087698fa1d5c..f4614d3603e85148b95fbcd982e031fb22692832 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/relative-margin-change-repaint-expected.txt
@@ -9,32 +9,32 @@
{
"object": "LayoutBlockFlow BODY",
"rect": [0, 20, 800, 400],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow BODY",
"rect": [0, 0, 800, 400],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV id='container'",
"rect": [0, 60, 200, 400],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV id='container'",
"rect": [0, 40, 200, 400],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV id='test'",
"rect": [0, 60, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV id='test'",
"rect": [0, 40, 100, 100],
- "reason": "location change"
+ "reason": "bounds change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698