Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-set-length-expected.txt
blob996e1f517258b153331fa3d6bafb06a08a507edb
1 Tests that setting the .length of an HTMLSelectElement correctly creates and destroys options.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS sel.length is 0
7 PASS sel.length is 200
8 PASS sel.length is 100
9 PASS sel.length is 180
10 PASS successfullyParsed is true
12 TEST COMPLETE