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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-clip-target-transform-expected.txt

Issue 2478233002: Make 'transform' a presentation attribute on SVG elements (Closed)
Patch Set: Rebase Created 4 years, 1 month 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/paint/invalidation/svg/mask-clip-target-transform-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-clip-target-transform-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-clip-target-transform-expected.txt
index 4cfebf851a5bbab0391129ea57d3f2c772bf0579..b024030dc618de8a5cdfde62612cb23b0613f3a8 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-clip-target-transform-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-clip-target-transform-expected.txt
@@ -9,22 +9,22 @@
{
"object": "LayoutSVGRect rect id='clipper'",
"rect": [0, 100, 300, 200],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGRect rect id='masker'",
"rect": [0, 0, 300, 100],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGRect rect id='clipper'",
"rect": [100, 0, 200, 300],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGRect rect id='masker'",
"rect": [100, 0, 200, 300],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGContainer g",
@@ -46,7 +46,7 @@
},
{
"object": "LayoutSVGRect rect id='masker'",
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGContainer g",
@@ -54,7 +54,7 @@
},
{
"object": "LayoutSVGRect rect id='clipper'",
- "reason": "full"
+ "reason": "subtree"
}
]
}

Powered by Google App Engine
This is Rietveld 408576698