blob: 28c7a8fb039fc4cc8f23ba87a917beb907e1b91d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
[selectmenu-value-selectedOption.tentative.html]
expected:
if (os == "android") and fission: [OK, TIMEOUT]
[Test that HTMLSelectMenu with no options has empty string for value and null for selectedOption]
expected: FAIL
[Test value and selectedOption with HTMLOptionElement element option parts]
expected: FAIL
[Test value with non-HTMLOptionElement elements labeled as parts]
expected: FAIL
[Test that value and selectedOption are updated when options are removed]
expected: FAIL
[Test that slotted-in selected-value part is updated to value of selectmenu]
expected: FAIL
[Test that option parts in a slotted-in listbox are reflected in the value property]
expected: FAIL
[Test that value and selectedOption are correctly updated]
expected: FAIL
[Test that HTMLOption.selected updates selectmenu.value and selectmenu.selectedOption]
expected: FAIL
[Test that HTMLOption.value updates selectmenu.value]
expected: FAIL
[Test value and selectedOption when value is null]
expected: FAIL
[Test value and selectedOption when value is undefined]
expected: FAIL
|