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

Unified Diff: third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-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/use-setAttribute-crash-expected.txt
diff --git a/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt b/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt
index 79692da0cfdfe96d2ace9f0fdc0d77a3747c7473..bc87857cf2aa6c5bc0dba9c824a07ba781972d0a 100644
--- a/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt
+++ b/third_party/WebKit/LayoutTests/paint/invalidation/svg/use-setAttribute-crash-expected.txt
@@ -34,7 +34,7 @@
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
"rect": [7, 7, 27, 27],
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
@@ -72,7 +72,7 @@
},
{
"object": "LayoutSVGEllipse svg:circle id='circle'",
- "reason": "full"
+ "reason": "subtree"
},
{
"object": "LayoutSVGContainer svg:use id='use'",

Powered by Google App Engine
This is Rietveld 408576698