Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / collection-length-should-not-be-overridden-expected.txt
blob9cf751c28b8eed981e6093cf1bfb710b30c70ab3
1 This test ensures the builtin length property of HTMLCollection's subclasses is not overridden by a named getter of the same name.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS documentAllLength is 18
7 PASS documentAll5 is documentAllSome
8 PASS documentAll6.name is 'length'
9 PASS form.length is form.elements[1]
10 PASS form.elements.length is 2
11 PASS form.elements[0] is form.elements['some']
12 PASS form.elements[1].name is 'length'
13 PASS select.options.length is 2
14 PASS select.options[0].getAttribute('name') is 'length'
15 PASS select.options[1] is select.options['some']
16 PASS table.rows.length is 2
17 PASS table.rows[0] is table.rows['another']
18 PASS table.rows[1].id is 'length'
19 PASS successfullyParsed is true
21 TEST COMPLETE