blob: 4e9aa894058d49b0edd42209704b46c376f026fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Tests that setting .length on an HTMLSelectElement works in the presence of mutation event listeners that reparent options
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS sel.length is 200
PASS otherSel.length is 0
PASS sel.length is 100
PASS otherSel.length is 0
PASS sel.length is 180
PASS otherSel.length is 0
PASS successfullyParsed is true
TEST COMPLETE
|