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

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

Issue 2741463002: Remove SVGTests.requiredFeatures attribute
Patch Set: rebase Created 3 years, 9 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 test checks the SVGStringList API - utilizing the requiredFeatures property of SVGRectElement
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6
7 Check initial requiredFeatures values
8 PASS rect.requiredFeatures.numberOfItems is 2
9 PASS rect.requiredFeatures.getItem(0) is "foo"
10 PASS rect.requiredFeatures.getItem(1) is "bar"
11
12 Check that getItem() does NOT return live strings, as the IDL defines the return types as plain DOMString
13 PASS firstItem = 'test' is "test"
14 PASS rect.requiredFeatures.numberOfItems is 2
15 PASS rect.requiredFeatures.getItem(0) is "foo"
16 PASS rect.requiredFeatures.getItem(1) is "bar"
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698