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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt

Issue 1971493002: Auto-rebaseline for r392652 (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/background-image-paint-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt
index 5d04cc559afaf16aacf39920e91e8e5c39ce2c4a..f11b3cc9b285681808b6b95c0260748386c29b4a 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/background-image-paint-invalidation-expected.txt
@@ -7,13 +7,13 @@
"drawsContent": true,
"paintInvalidations": [
{
- "object": "LayoutView #document",
- "rect": [0, 0, 808, 2016],
+ "object": "LayoutBlockFlow BODY",
+ "rect": [8, 8, 800, 2000],
"reason": "style change"
},
{
- "object": "LayoutBlockFlow BODY",
- "rect": [8, 8, 800, 2000],
+ "object": "LayoutView #document",
+ "rect": [0, 0, 785, 585],
"reason": "style change"
}
]

Powered by Google App Engine
This is Rietveld 408576698