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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-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/marker-child-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
index f27396433bb56520954bf8face729583719ab864..0c04a36a9c23ee050885a5e458f9c0e695fed016 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/marker-child-changes-expected.txt
@@ -5,13 +5,17 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [122, 127, 66, 66],
- [0, 0, 2, 2]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRect rect id='rect'",
- "LayoutSVGPath path"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGPath path",
+ "rect": [122, 127, 66, 66],
+ "reason": "style change"
+ },
+ {
+ "object": "LayoutSVGRect rect id='rect'",
+ "rect": [0, 0, 2, 2],
+ "reason": "style change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698