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

Unified Diff: LayoutTests/svg/custom/js-svg-constructors.svg

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/custom/js-svg-constructors.svg
diff --git a/LayoutTests/svg/custom/js-svg-constructors.svg b/LayoutTests/svg/custom/js-svg-constructors.svg
index 21c99fecbb244f0e23be978ac3e6ca31c5ecc654..74d6dc39439eaeb31b28584d6bd11ffa2e6e0bc1 100644
--- a/LayoutTests/svg/custom/js-svg-constructors.svg
+++ b/LayoutTests/svg/custom/js-svg-constructors.svg
@@ -204,9 +204,9 @@
expect("SVGUnitTypes.SVG_UNIT_TYPE_USERSPACEONUSE", 1);
expect("SVGUnitTypes.SVG_UNIT_TYPE_OBJECTBOUNDINGBOX", 2);
- expect("SVGZoomAndPan.SVG_ZOOMANDPAN_UNKNOWN", 0);
- expect("SVGZoomAndPan.SVG_ZOOMANDPAN_DISABLE", 1);
- expect("SVGZoomAndPan.SVG_ZOOMANDPAN_MAGNIFY", 2);
+ expect("SVGViewElement.SVG_ZOOMANDPAN_UNKNOWN", 0);
+ expect("SVGViewElement.SVG_ZOOMANDPAN_DISABLE", 1);
+ expect("SVGViewElement.SVG_ZOOMANDPAN_MAGNIFY", 2);
}
]]></script>
</svg>
« no previous file with comments | « LayoutTests/svg/custom/global-constructors-expected.txt ('k') | LayoutTests/svg/custom/js-svg-constructors-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698