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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt

Issue 1881903002: 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/svg/filters/filter-width-update-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
index aa60fce0c6a96ac9966a5bf894459ec9390fbbf4..5c38590852d46b9089f6fb972f8896d65bb6a337 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/filter-width-update-expected.txt
@@ -5,13 +5,22 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 140, 140],
- [0, 0, 40, 140]
- ],
- "paintInvalidationClients": [
- "LayoutSVGResourceFilter filter id='blur'",
- "LayoutSVGRect rect"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 40, 140],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 140, 140],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGResourceFilter filter id='blur'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698