Index: LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt |
diff --git a/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt b/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt |
index b4250b8f93e0884a84df29e500aa4e80bc5cf4d1..3af895183f563fd73a361b5d0002195a11166cac 100644 |
--- a/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt |
+++ b/LayoutTests/svg/dom/SVGPreserveAspectRatio-expected.txt |
@@ -13,22 +13,22 @@ PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_ |
PASS preserveAspectRatio.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE is SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE |
Check assigning invalid align values |
-PASS preserveAspectRatio.align = preserveAspectRatio threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.align = null threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.align = 'aString' threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.align = svgElement threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.align = -1 threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.align = 11 threw exception Error: NotSupportedError: DOM Exception 9. |
+PASS preserveAspectRatio.align = preserveAspectRatio threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.align = null threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.align = 'aString' threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.align = svgElement threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_UNKNOWN threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.align = -1 threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.align = 11 threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
Check assigning invalid meetOrSlice values |
-PASS preserveAspectRatio.meetOrSlice = preserveAspectRatio threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.meetOrSlice = null threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.meetOrSlice = 'aString' threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.meetOrSlice = svgElement threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.meetOrSlice = -1 threw exception Error: NotSupportedError: DOM Exception 9. |
-PASS preserveAspectRatio.meetOrSlice = 3 threw exception Error: NotSupportedError: DOM Exception 9. |
+PASS preserveAspectRatio.meetOrSlice = preserveAspectRatio threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.meetOrSlice = null threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.meetOrSlice = 'aString' threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.meetOrSlice = svgElement threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.meetOrSlice = SVGPreserveAspectRatio.SVG_MEETORSLICE_UNKNOWN threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.meetOrSlice = -1 threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
+PASS preserveAspectRatio.meetOrSlice = 3 threw exception NotSupportedError: The implementation did not support the requested type of object or operation.. |
Check that the preserveAspectRatio remained correct |
PASS preserveAspectRatio.align = SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMIDYMIN |