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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt

Issue 1883513002: Auto-rebaseline for r386594 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
index 7e8031405c9df8536572c593fe35bda007977acd..fa89af950b4c0c2bf5d0ddcbf3831c945a156ba2 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
@@ -20,8 +20,12 @@
"position": [8, 0],
"bounds": [592, 600],
"drawsContent": true,
- "repaintRects": [
- [392, 400, 200, 200]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='imgElement'",
+ "rect": [392, 400, 200, 200],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698