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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/marker-viewBox-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-viewBox-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt
index d73f7cd88b58d5979e259db2f17a32829b89cc28..95b0c6984218b922044f996944b66f73f25b3b70 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/marker-viewBox-changes-expected.txt
@@ -5,22 +5,52 @@
"bounds": [800, 600],
"contentsOpaque": true,
"drawsContent": true,
- "repaintRects": [
- [122, 127, 66, 66],
- [122, 127, 66, 66],
- [122, 127, 66, 66],
- [90, 95, 98, 98],
- [90, 95, 98, 98],
- [90, 95, 98, 98],
- [2, 0, 8, 10],
- [0, 2, 10, 8]
- ],
- "paintInvalidationClients": [
- "LayoutSVGRoot svg",
- "LayoutSVGResourceMarker marker id='markerStart'",
- "LayoutSVGRect rect",
- "LayoutSVGContainer g",
- "LayoutSVGPath path id='go'"
+ "paintInvalidations": [
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [90, 95, 98, 98],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGContainer g",
+ "rect": [122, 127, 66, 66],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGPath path id='go'",
+ "rect": [90, 95, 98, 98],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGPath path id='go'",
+ "rect": [122, 127, 66, 66],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [2, 0, 8, 10],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGRect rect",
+ "rect": [0, 2, 10, 8],
+ "reason": "incremental"
+ },
+ {
+ "object": "LayoutSVGResourceMarker marker id='markerStart'",
+ "rect": [0, 0, 0, 0],
+ "reason": "full"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [90, 95, 98, 98],
+ "reason": "bounds change"
+ },
+ {
+ "object": "LayoutSVGRoot svg",
+ "rect": [122, 127, 66, 66],
+ "reason": "bounds change"
+ }
]
}
]

Powered by Google App Engine
This is Rietveld 408576698