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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-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/custom/animate-target-id-changed-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
index c45f041a515d9555740c0644a09266308489dda8..1da3d179bae3ef029555c4912e65df489469b20d 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/animate-target-id-changed-expected.txt
@@ -6,11 +6,12 @@ CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [0, 0, 100, 100]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRect rect id='newId'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGRect rect id='newId'",
+ "rect": [0, 0, 100, 100],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698