summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/select/select-set-length-optgroup-expected.txt
blob: 7130b3f81da7574825c0ed80ed687baed90446bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This test that setting HTMLSelectElement.length respects optgroups.

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


PASS sel.length is 1
PASS sel.length is 2
PASS og.childElementCount is 1
PASS sel.length is 1
PASS og.childElementCount is 1
PASS sel.length is 1
PASS og.childElementCount is 0
PASS successfullyParsed is true

TEST COMPLETE