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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-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/requestAnimation-translation-leave-traces-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt
index 54c192ec50bb123101e7a048b20ce79c3108dbc1..4b2e43ea6ef8f208b990840125419db28f75213d 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/requestAnimation-translation-leave-traces-expected.txt
@@ -22,22 +22,22 @@ Tested locations: 1200,1500
{
"object": "LayoutBlockFlow DIV id='box'",
"rect": [1500, 0, 100, 100],
- "reason": "location change"
+ "reason": "style change"
},
{
"object": "LayoutBlockFlow DIV id='box'",
"rect": [1200, 0, 100, 100],
- "reason": "location change"
+ "reason": "style change"
},
{
"object": "LayoutBlockFlow DIV id='box'",
"rect": [1200, 0, 100, 100],
- "reason": "location change"
+ "reason": "style change"
},
{
"object": "LayoutBlockFlow DIV id='box'",
"rect": [900, 0, 100, 100],
- "reason": "location change"
+ "reason": "style change"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698