Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / select / setting-to-invalid-value-expected.txt
blobd789c86ac1ff15a891f89d3a74597035ebe26066
1  
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".
7 -- Menu list select:
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
14 -- List box select:
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
23 TEST COMPLETE