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..90001c6a899bcb717b67741e79f7faf14e191484 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': Could not resolve relative length.. |
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 NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': No context could be found.. |
+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EMS) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Could not resolve relative length.. |
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 NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': No context could be found.. |
+PASS length.convertToSpecifiedUnits(SVGLength.SVG_LENGTHTYPE_EXS) threw exception NotSupportedError: Failed to execute 'convertToSpecifiedUnits' on 'SVGLength': Could not resolve relative length.. |
PASS length.valueAsString is "2px" |
PASS length.value is 2 |
PASS length.valueInSpecifiedUnits is 2 |