summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/interactive-elements/the-summary-element/interactive-content.html.ini
blob: 66b4719946c74332c6fe2b9b8669eea42f1b4c81 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[interactive-content.html]
  expected:
    if os == "mac": TIMEOUT
    if (os == "linux") and not debug: [TIMEOUT, OK]

  [Clicking an SVG <a> link doesn't open <details>]
    expected: FAIL

  [Clicking an <input type=date> doesn't open <details>]
    expected:
      if (os == "android") and debug: [FAIL, PASS]
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=number> doesn't open <details>]
    expected:
      if (os == "android") and debug: [FAIL, PASS]
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=color> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]
      if os == "android": FAIL

  [Clicking an <input type=file> doesn't open <details>]
    expected:
      if os == "mac": NOTRUN
      FAIL

  [Clicking a <label> doesn't open <details>]
    expected:
      if os == "mac": NOTRUN

  [Clicking in a <textarea> doesn't open <details>]
    expected:
      if os == "mac": NOTRUN

  [Clicking a <video> doesn't open <details>]
    expected:
      if os == "mac": NOTRUN
      if (os == "linux") and not debug: TIMEOUT

  [Clicking an <input type=radio> doesn't open <details>]
    expected:
      if os == "mac": [TIMEOUT, NOTRUN]

  [Clicking an <input type=image> doesn't open <details>]
    expected:
      if os == "mac": NOTRUN

  [Clicking an <input type=datetime-local> doesn't open <details>]
    expected:
      if (os == "android") and not debug: [PASS, FAIL]
      if os == "mac": [PASS, NOTRUN]

  [Clicking in an <iframe> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN, TIMEOUT]

  [Clicking an <input type=password> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=url> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=button> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=reset> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=time> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=month> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=search> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <img> without a 'usemap' attribute opens <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=text> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking the content of an <embed> doesn't open <details>]
    expected:
      if os == "mac": [TIMEOUT, PASS]

  [Clicking an <input type=submit> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=week> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=tel> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=email> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <img> with a 'usemap' attribute doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=checkbox> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]

  [Clicking an <input type=range> doesn't open <details>]
    expected:
      if os == "mac": [PASS, NOTRUN]