summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini
blob: 1cb97b83eee09e1f06ec90629c0f3c107cc0687b (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
[invoketarget-on-video-behavior.tentative.html]
  [invoking video with auto action is no-op]
    expected:
      if (os == "linux") and debug and not fission and swgl: [PASS, FAIL]
      if (os == "linux") and debug and not fission and not swgl: [PASS, FAIL]
      if (os == "linux") and not debug: [PASS, FAIL]

  [invoking video with playpause action makes video play]
    expected: FAIL

  [invoking playing video with playpause action pauses it]
    expected: FAIL

  [invoking video with play action makes video play]
    expected: FAIL

  [invoking playing video with pause action makes it pause]
    expected: FAIL

  [invoking video with toggleMuted action mutes it]
    expected: FAIL

  [invoking muted video with toggleMuted action unmutes it]
    expected: FAIL