Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-set-length-optgroup-expected.txt
blob7130b3f81da7574825c0ed80ed687baed90446bd
1 This test that setting HTMLSelectElement.length respects optgroups.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS sel.length is 1
7 PASS sel.length is 2
8 PASS og.childElementCount is 1
9 PASS sel.length is 1
10 PASS og.childElementCount is 1
11 PASS sel.length is 1
12 PASS og.childElementCount is 0
13 PASS successfullyParsed is true
15 TEST COMPLETE