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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer-expected.txt

Issue 1878163002: 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/fast/repaint/invalidate-paint-in-iframe-in-composited-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer-expected.txt
index 8c4b7955770195428ca936835ea849b3f3150d51..f38b761dd612dc1e75bded4918920faacb6118b9 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/invalidate-paint-in-iframe-in-composited-layer-expected.txt
@@ -11,11 +11,12 @@
"transformOrigin": [100, 100],
"bounds": [304, 200],
"drawsContent": true,
- "repaintRects": [
- [10, 10, 50, 50]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV",
+ "rect": [10, 10, 50, 50],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698