2 https://bugs.webkit.org/show_bug.cgi?id=67233 - Setting the value of a select to an invalid value should unset the selection.
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
8 Setting the value to an invalid value:
9 PASS sel.selectedIndex is -1
10 Setting the value to null:
11 PASS sel.selectedIndex is -1
12 Setting the value to undefined:
13 PASS sel.selectedIndex is -1
15 Setting the value to an invalid value:
16 PASS sel.selectedIndex is -1
17 Setting the value to null:
18 PASS sel.selectedIndex is -1
19 Setting the value to undefined:
20 PASS sel.selectedIndex is -1
21 PASS successfullyParsed is true