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

Unified Diff: LayoutTests/svg/dom/SVGLength-px-expected.txt

Issue 16818023: DOMException toString is not correct (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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/SVGLength-px-expected.txt
diff --git a/LayoutTests/svg/dom/SVGLength-px-expected.txt b/LayoutTests/svg/dom/SVGLength-px-expected.txt
index 241624e2b9f2bb6f33553323356c87d7334febf3..8fb06616e8016ba534a00153701ad091c7250cc8 100644
--- a/LayoutTests/svg/dom/SVGLength-px-expected.txt
+++ b/LayoutTests/svg/dom/SVGLength-px-expected.txt
@@ -20,7 +20,7 @@ PASS length.unitType is SVGLength.SVG_LENGTHTYPE_NUMBER
Reset to 2px
Try converting from px to percentage, should fail as the SVGLength is not associated with a SVGSVGElement, and thus no viewport information is available
-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PERCENTAGE) threw exception Error: NotSupportedError: DOM Exception 9.
+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PERCENTAGE) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
PASS length.valueAsString is "2px"
PASS length.value is 2
PASS length.valueInSpecifiedUnits is 2
@@ -29,7 +29,7 @@ PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
Reset to 2px
Try converting from px to ems, should fail as the SVGLength is not associated with a SVGSVGElement, and thus no font-size information is available
-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EMS) threw exception Error: NotSupportedError: DOM Exception 9.
+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EMS) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
PASS length.valueAsString is "2px"
PASS length.value is 2
PASS length.valueInSpecifiedUnits is 2
@@ -38,7 +38,7 @@ PASS length.unitType is SVGLength.SVG_LENGTHTYPE_PX
Reset to 2px
Try converting from px to exs, should fail as the SVGLength is not associated with a SVGSVGElement, and thus no font-size information is available
-PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EXS) threw exception Error: NotSupportedError: DOM Exception 9.
+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EXS) threw exception NotSupportedError: The implementation did not support the requested type of object or operation..
PASS length.valueAsString is "2px"
PASS length.value is 2
PASS length.valueInSpecifiedUnits is 2
« no previous file with comments | « LayoutTests/svg/dom/SVGLength-expected.txt ('k') | LayoutTests/svg/dom/SVGLengthList-appendItem-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698