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

Unified Diff: LayoutTests/svg/dom/SVGPreserveAspectRatio-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/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
« no previous file with comments | « LayoutTests/svg/dom/SVGPointList-basics-expected.txt ('k') | LayoutTests/svg/dom/SVGStringList-basics-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698