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

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

Issue 1416273002: Remove SVGPathElement.pathSegList and related interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 1 month 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
OLDNEW
(Empty)
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
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
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
8 PASS path.insertItemBefore(null, 0) threw exception TypeError: path.insertItemBe fore is not a function.
9 PASS path.replaceItem(null, 0) threw exception TypeError: path.replaceItem is no t a function.
10 PASS path.appendItem(null) threw exception TypeError: path.appendItem is not a f unction.
11 List correctly initialised.
12 PASS path.getPathSegAtLength(0) is 0
13 PASS path.insertItemBefore(null, 0) threw exception TypeError: path.insertItemBe fore is not a function.
14 PASS path.replaceItem(null, 0) threw exception TypeError: path.replaceItem is no t a function.
15 PASS path.appendItem(null) threw exception TypeError: path.appendItem is not a f unction.
16 PASS successfullyParsed is true
17
18 TEST COMPLETE
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698