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

Unified Diff: LayoutTests/svg/dom/script-tests/SVGViewSpec.js

Issue 16959011: Get rid of multiple inheritence for SVGViewElement interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master 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/dom/script-tests/SVGViewSpec.js
diff --git a/LayoutTests/svg/dom/script-tests/SVGViewSpec.js b/LayoutTests/svg/dom/script-tests/SVGViewSpec.js
index cd882ec3acd65c0527c6275c55c152b90b766816..ff7ad3adcfe0de0957f17b92d5b138e4e4fbfd87 100644
--- a/LayoutTests/svg/dom/script-tests/SVGViewSpec.js
+++ b/LayoutTests/svg/dom/script-tests/SVGViewSpec.js
@@ -71,7 +71,7 @@ function continueTesting() {
debug("");
debug("Check zoomAndPan value");
- shouldBe("currentView.zoomAndPan", "SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE");
+ shouldBe("currentView.zoomAndPan", "SVGViewElement.SVG_ZOOMANDPAN_DISABLE");
debug("");
debug("Check viewBox value");
« no previous file with comments | « LayoutTests/svg/dom/SVGViewSpec-expected.txt ('k') | LayoutTests/svg/dom/script-tests/SVGViewSpec-defaults.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698