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

Unified Diff: third_party/WebKit/LayoutTests/svg/filters/feImage-target-reappend-to-document-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/feImage-target-reappend-to-document-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-reappend-to-document-expected.txt b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-reappend-to-document-expected.txt
index ea6a13f8e2f60cc5bc25706bbf991881a57bc171..d8bc79d360046a1044b62f73eb86db901f9dc29c 100644
--- a/third_party/WebKit/LayoutTests/svg/filters/feImage-target-reappend-to-document-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/filters/feImage-target-reappend-to-document-expected.txt
@@ -5,17 +5,37 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 110, 110],
- [0, 0, 110, 110]
- ],
- "paintInvalidationClients": [
- "LayoutSVGResourceFilterPrimitive feImage id='feimage-green'",
- "LayoutSVGResourceFilter filter id='filter'",
- "LayoutSVGRect rect",
- "LayoutSVGResourceFilter filter id='filter'",
- "LayoutSVGResourceFilterPrimitive feImage id='feimage-green'",
- "LayoutSVGRect rect"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 110, 110],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 0, 110, 110],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGResourceFilter filter id='filter'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGResourceFilter filter id='filter'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage-green'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject removal"
+ },
+ {
+ "object": "LayoutSVGResourceFilterPrimitive feImage id='feimage-green'",
+ "rect": [0, 0, 0, 0],
+ "reason": "layoutObject insertion"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698