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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-child-changes-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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/svg/hairline-stroke-squarecap-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-child-changes-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-child-changes-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-child-changes-expected.txt
index ac78f28d1860117755dcbfe76a8ad1d35498491a..2af4a2ee7ba96c67ab7dca3f6ba3bb5e8e8727c5 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-child-changes-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/clip-path-child-changes-expected.txt
@@ -14,7 +14,7 @@
{
"object": "LayoutSVGPath path",
"rect": [0, 0, 200, 200],
- "reason": "full"
+ "reason": "subtree"
}
]
}
@@ -22,7 +22,7 @@
"objectPaintInvalidations": [
{
"object": "LayoutSVGPath path",
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGContainer g",
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/paint/invalidation/svg/hairline-stroke-squarecap-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698