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

Unified Diff: third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-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-child-of-squashed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
index 12caed6126d53984da8d730d0ee634027e62b4b1..70ecf90c8776f1df77818286e759834cc18bfc27 100644
--- a/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
+++ b/third_party/WebKit/LayoutTests/compositing/squashing/repaint-child-of-squashed-expected.txt
@@ -51,8 +51,12 @@ CASE 2, change color of "inner" to red
"position": [130, 130],
"bounds": [100, 100],
"drawsContent": true,
- "repaintRects": [
- [10, 10, 50, 50]
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow (positioned) DIV id='inner'",
+ "rect": [10, 10, 50, 50],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698