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

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

Issue 901193002: De-ExceptionState-ify SVGLengthContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | Source/core/svg/SVGLength.h » ('j') | Source/core/svg/SVGLength.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 86b6eb631292c9ff1b5cae0c1fb17373bfcece2b..7afd8ecb58625969c0560b1cde61cba6073274da 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 NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': The viewport could not be determined..
+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_PERCENTAGE) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': No context could be found..
PASS length.valueAsString is "2px"
PASS length.value is 2
PASS length.valueInSpecifiedUnits is 2
« no previous file with comments | « no previous file | Source/core/svg/SVGLength.h » ('j') | Source/core/svg/SVGLength.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698