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

Unified Diff: LayoutTests/svg/custom/script-tests/global-constructors.js

Issue 16959011: Get rid of multiple inheritence for SVGViewElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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
Index: LayoutTests/svg/custom/script-tests/global-constructors.js
diff --git a/LayoutTests/svg/custom/script-tests/global-constructors.js b/LayoutTests/svg/custom/script-tests/global-constructors.js
index 87aaa158737ce2c4aaf2626e294b9c33ecbc051c..1d7d2dc140320a64ab6f669a6942b5d5e447d2eb 100644
--- a/LayoutTests/svg/custom/script-tests/global-constructors.js
+++ b/LayoutTests/svg/custom/script-tests/global-constructors.js
@@ -32,9 +32,6 @@ shouldBeDefined("SVGLocatable");
shouldBeDefined("SVGTransformable");
shouldBeDefined("SVGTests");
shouldBeDefined("SVGLangSpace");
-shouldBeDefined("SVGExternalResourcesRequired");
-shouldBeDefined("SVGFitToViewBox");
-shouldBeDefined("SVGZoomAndPan");
shouldBeDefined("SVGViewSpec");
shouldBeDefined("SVGURIReference");
shouldBeDefined("SVGCSSRule");

Powered by Google App Engine
This is Rietveld 408576698