Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select-set-length-with-mutation-remove-expected.txt
blob3679322380617a11c4a8442beea4c7897bf5ebf1
1 Tests that setting .length on an HTMLSelectElement works in the presence of mutation listeners that remove option elements.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS sel.length is 200
7 PASS sel.length is 100
8 PASS sel.length is 180
9 PASS successfullyParsed is true
11 TEST COMPLETE