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

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-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/css3/filters/effect-reference-repaint-offset-expected.txt
diff --git a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
index 3532ea366e858879b990a2396b33fc43e9f98a2c..d5675f9364fbb15f79e3e97551f3fb5d5267c0e7 100644
--- a/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
+++ b/third_party/WebKit/LayoutTests/css3/filters/effect-reference-repaint-offset-expected.txt
@@ -5,11 +5,12 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [198, 198, 200, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV class='box'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV class='box'",
+ "rect": [198, 198, 200, 200],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698