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

Unified Diff: third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html

Issue 1413073002: Fix expected inheritance for SVGClipPathElement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
diff --git a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
index bbf025234332b18798759bef0978e5f683395dea..7f54467cdeffbcd3b10e4cb12ca71d5085498fcb 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
+++ b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
@@ -46,7 +46,7 @@ checkParent("SVGAnimatedTransformList", "Object");
checkParent("SVGAnimationElement", "SVGElement");
checkParent("SVGCSSRule", "CSSRule");
checkParent("SVGCircleElement", "SVGGeometryElement");
-checkParent("SVGClipPathElement", "SVGDefinitionElement");
+checkParent("SVGClipPathElement", "SVGElement");
checkParent("SVGColorProfileElement", "SVGElement");
checkParent("SVGColorProfileRule", "SVGCSSRule");
checkParent("SVGCursorElement", "SVGElement");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698