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

Side by Side Diff: LayoutTests/svg/dom/svgpath-out-of-bounds-getPathSeg-expected.txt

Issue 171413006: Auto-rebaseline for r167331 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself. 1 Tests that an exception is thrown if we try to get a pathSeg for a length out of the bounds of the path itself.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute 'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present.. 6 PASS path.pathSegList.initialize(); threw exception TypeError: Failed to execute 'initialize' on 'SVGPathSegList': 1 argument required, but only 0 present..
7 PASS path.getPathSegAtLength(0) is 0 7 PASS path.getPathSegAtLength(0) is 0
8 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE lement> has no method 'insertItemBefore'. 8 PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not a function.
9 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen t> has no method 'replaceItem'. 9 PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a fun ction.
10 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h as no method 'appendItem'. 10 PASS path.appendItem(null) threw exception TypeError: undefined is not a functio n.
11 List correctly initialised. 11 List correctly initialised.
12 PASS path.getPathSegAtLength(0) is 0 12 PASS path.getPathSegAtLength(0) is 0
13 PASS path.insertItemBefore(null, 0) threw exception TypeError: Object #<SVGPathE lement> has no method 'insertItemBefore'. 13 PASS path.insertItemBefore(null, 0) threw exception TypeError: undefined is not a function.
14 PASS path.replaceItem(null, 0) threw exception TypeError: Object #<SVGPathElemen t> has no method 'replaceItem'. 14 PASS path.replaceItem(null, 0) threw exception TypeError: undefined is not a fun ction.
15 PASS path.appendItem(null) threw exception TypeError: Object #<SVGPathElement> h as no method 'appendItem'. 15 PASS path.appendItem(null) threw exception TypeError: undefined is not a functio n.
16 PASS successfullyParsed is true 16 PASS successfullyParsed is true
17 17
18 TEST COMPLETE 18 TEST COMPLETE
19 19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698