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

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

Issue 62943002: Implement SVGGeometryElement (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update copyrights Created 7 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: LayoutTests/svg/dom/svg2-inheritance.html
diff --git a/LayoutTests/svg/dom/svg2-inheritance.html b/LayoutTests/svg/dom/svg2-inheritance.html
index d82393a28b7c53c640a14e904da65b7b68fb0a84..d193caf0a89b872777a9c661634d9f6420e6d1f8 100644
--- a/LayoutTests/svg/dom/svg2-inheritance.html
+++ b/LayoutTests/svg/dom/svg2-inheritance.html
@@ -49,7 +49,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");
@@ -82,7 +82,7 @@ checkParent("SVGMPathElement", "SVGElement");
checkParent("SVGMarkerElement", "SVGElement");
checkParent("SVGMarkerInstance", "Object");
checkParent("SVGMarkerList", "Object");
-checkParent("SVGMaskElement", "SVGDefinitionElement");
+checkParent("SVGMaskElement", "SVGElement");
checkParent("SVGMatrix", "Object");
checkParent("SVGMeshGradientElement", "SVGGradientElement");
checkParent("SVGMeshPatchElement", "SVGElement");
« no previous file with comments | « no previous file | LayoutTests/svg/dom/svg2-inheritance-expected.txt » ('j') | LayoutTests/svg/dom/svg2-inheritance-expected.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698