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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-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-invalidation-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
index 786095c589376e03acaaa5d1f80bb34120b2dbed..bf51a0d10cc2cade0146e87bab7effe6a92d3cb0 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/mask-invalidation-expected.txt
@@ -9,12 +9,12 @@
{
"object": "LayoutSVGRect rect id='maskRect'",
"rect": [100, 100, 460, 316],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGRect rect id='maskRect'",
"rect": [50, 50, 460, 316],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGContainer g id='root'",
@@ -41,7 +41,7 @@
},
{
"object": "LayoutSVGRect rect id='maskRect'",
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGContainer g id='root'",

Powered by Google App Engine
This is Rietveld 408576698