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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-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/repaint-descandant-on-ancestor-layer-move-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt
index 2df44138765d5635696a0b3b0eb4ce2166c461ef..873f5a1eb42de4cda3ff0508549dfc51be379bc4 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/fast/repaint/repaint-descandant-on-ancestor-layer-move-expected.txt
@@ -9,40 +9,40 @@
{
"object": "LayoutBlockFlow (relative positioned) DIV",
"rect": [428, 38, 300, 20],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='container'",
"rect": [408, 18, 300, 20],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (relative positioned) DIV",
"rect": [28, 38, 300, 20],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutBlockFlow (positioned) DIV id='container'",
"rect": [8, 18, 300, 20],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [428, 38, 256, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "LayoutText #text",
"rect": [28, 38, 256, 19],
- "reason": "location change"
+ "reason": "bounds change"
},
{
"object": "InlineTextBox 'There should only be one copy of this 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