summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/forms/the-selectmenu-element/selectmenu-parts-structure.tentative.html.ini
blob: b9ea2a953ac9449d45849bbc6ba5fd1927356cf0 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
[selectmenu-parts-structure.tentative.html]
  expected:
    if (os == "android") and fission: [TIMEOUT, OK]
    if os == "mac": [ERROR, OK]
  [To receive button part controller code, an element labeled as a button must not be a descendant of the listbox part in a flat tree traversal]
    expected: FAIL

  [To receive listbox part controller code, an element labeled as a listbox must not be a descendant of the button part in a flat tree traversal]
    expected: FAIL

  [Button controller code should be applied in flat tree traversal order regardless of dynamic insertion order]
    expected: FAIL

  [Listbox controller code should be applied in flat tree traversal order regardless of dynamic insertion order]
    expected: FAIL

  [selected-value controller code should be applied in flat tree traversal order regardless of dynamic insertion order]
    expected: FAIL

  [Ensure that option controller code is updated when listbox changes]
    expected: FAIL

  [Ensure that controller code is applied after updating the slot attribute]
    expected: FAIL

  [Ensure that controller code is applied when slot and part attributes are different]
    expected: FAIL

  [HTMLOptionElements (and not other element types) should receive option controller code]
    expected: FAIL

  [To receive option part controller code, an option must be a descendant of the listbox part in a flat tree traversal]
    expected: FAIL

  [Ensure that controller code is synchronously applied]
    expected: FAIL

  [Controller code should be updated when nested parts are removed]
    expected: FAIL

  [Moving a selectmenu between documents should keep controller code active]
    expected: FAIL

  [New parts should be detected even when in the subtree of an inserted node]
    expected: FAIL

  [Part removals should be detected even when in the subtree of a removed node]
    expected: FAIL