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

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

Issue 2485113002: Remove currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed)
Patch Set: rebased 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/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 fff1ab9c94e6229bfd8e4b19a740b8d07d8e5296..c01f78922bf769f7e090b3c3a0baa813fe8db561 100644
--- a/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
+++ b/third_party/WebKit/LayoutTests/svg/dom/svg2-inheritance.html
@@ -104,7 +104,6 @@ checkParent("SVGTransform", "Object");
checkParent("SVGTransformList", "Object");
checkParent("SVGUseElement", "SVGGraphicsElement");
checkParent("SVGViewElement", "SVGElement");
-checkParent("SVGViewSpec", "Object");
checkParent("TimeEvent", "Event");
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698