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

Unified Diff: third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-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/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt b/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
index bcf1ffcf621f2a4c8a7f7fd851779629614b40e9..ca267faa2b2de31761ac881de8a53eac3df4df2b 100644
--- a/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/repaint/filter-repaint-on-accelerated-layer-expected.txt
@@ -16,11 +16,12 @@
"contentsOpaque": true,
"drawsContent": true,
"backgroundColor": "#008000",
- "repaintRects": [
- [100, 0, 100, 200]
- ],
- "paintInvalidationClients": [
- "LayoutBlockFlow DIV id='resize' class='accelerated'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutBlockFlow DIV id='resize' class='accelerated'",
+ "rect": [100, 0, 100, 200],
+ "reason": "incremental"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698