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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/dom/SVGLengthList-appendItemFromClearedList-expected.txt

Issue 2340733002: Convert LayoutTests/svg/dom/SVGLengthList*.html js-tests.js to testharness.js based tests (Closed)
Patch Set: Align with review comments Created 4 years, 3 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
OLDNEW
(Empty)
1 This is a test of the SVGLengthList::appendItem() API.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS list2.numberOfItems is 0
7 PASS list1.numberOfItems is 4
8 PASS list1.getItem(0).value is 1
9 PASS list1.getItem(1).value is 2
10 PASS list1.getItem(2).value is 3
11 PASS list1.getItem(3).value is 10
12 PASS list2.numberOfItems is 0
13 The test passes if you only see 'PASS' messages, and test doesn't crash
14 PASS successfullyParsed is true
15
16 TEST COMPLETE
17 ABC
18 ABC
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698