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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/svglist-insertItemBefore-appends-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 insertItemBefore correctly appends if its index is out of bounds.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS svgList.numberOfItems is 0
7 PASS svgList.numberOfItems is 1
8 PASS svgList.getItem(0) is seg01
9 PASS svgList.numberOfItems is 2
10 PASS svgList.getItem(0) is seg01
11 PASS svgList.getItem(1) is seg11
12 PASS svgList.numberOfItems is 3
13 PASS svgList.getItem(0) is seg00
14 PASS svgList.getItem(1) is seg01
15 PASS svgList.getItem(2) is seg11
16 PASS svgList.numberOfItems is 4
17 PASS svgList.getItem(0) is seg00
18 PASS svgList.getItem(1) is seg01
19 PASS svgList.getItem(2) is seg11
20 PASS svgList.getItem(3) is seg10
21 PASS successfullyParsed is true
22
23 TEST COMPLETE
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698