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

Side by Side Diff: LayoutTests/fast/svg/svglist-expected.txt

Issue 1102313002: bindings: Move named/indexed attributes to prototype chains. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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
(Empty)
1 This is a testharness.js-based test.
2 FAIL SVGPointList has length attribute assert_idl_attribute: property "length" f ound on object expected in prototype chain
3 FAIL SVGPointList has numberOfItems attribute assert_idl_attribute: property "nu mberOfItems" found on object expected in prototype chain
4 PASS SVGPointList.length equals SVGPointList.numberOfItems.
5 PASS SVGPointList has array getter
6 PASS SVGPointList has array setter
7 FAIL SVGStringList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
8 FAIL SVGStringList has numberOfItems attribute assert_idl_attribute: property "n umberOfItems" found on object expected in prototype chain
9 PASS SVGStringList.length equals SVGStringList.numberOfItems.
10 PASS SVGStringList has array getter
11 PASS SVGStringList has array setter
12 FAIL SVGTransformList has length attribute assert_idl_attribute: property "lengt h" found on object expected in prototype chain
13 FAIL SVGTransformList has numberOfItems attribute assert_idl_attribute: property "numberOfItems" found on object expected in prototype chain
14 PASS SVGTransformList.length equals SVGTransformList.numberOfItems.
15 PASS SVGTransformList has array getter
16 PASS SVGTransformList has array setter
17 FAIL SVGPathSegList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
18 FAIL SVGPathSegList has numberOfItems attribute assert_idl_attribute: property " numberOfItems" found on object expected in prototype chain
19 PASS SVGPathSegList.length equals SVGPathSegList.numberOfItems.
20 PASS SVGPathSegList has array getter
21 PASS SVGPathSegList has array setter
22 FAIL SVGLengthList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
23 FAIL SVGLengthList has numberOfItems attribute assert_idl_attribute: property "n umberOfItems" found on object expected in prototype chain
24 PASS SVGLengthList.length equals SVGLengthList.numberOfItems.
25 PASS SVGLengthList has array getter
26 PASS SVGLengthList has array setter
27 FAIL SVGNumberList has length attribute assert_idl_attribute: property "length" found on object expected in prototype chain
28 FAIL SVGNumberList has numberOfItems attribute assert_idl_attribute: property "n umberOfItems" found on object expected in prototype chain
29 PASS SVGNumberList.length equals SVGNumberList.numberOfItems.
30 PASS SVGNumberList has array getter
31 PASS SVGNumberList has array setter
32 Harness: the test ran to completion.
33
OLDNEW
« no previous file with comments | « LayoutTests/fast/svg/svglist.html ('k') | LayoutTests/inspector/console/console-command-copy-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698