summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/htmloptionscollection-enumerated-properties-expected.txt
blob: c564be095e805a7e9d1ef27ebae54ed1617066b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This tests verifies the enumerated properties on HTMLOptionsCollection and their order.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS htmlOptionsCollection.__proto__ is HTMLOptionsCollection.prototype
PASS htmlOptionsCollection.__proto__.__proto__ is HTMLCollection.prototype
PASS htmlOptionsCollection.length is 5
PASS enumeratedProperties is expectedEnumeratedProperties
PASS successfullyParsed is true

TEST COMPLETE