summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-video-behavior.tentative.html.ini
blob: bfc5f1f4ba01b166d9fc7cade0f772413dca31a9 (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
[invoketarget-on-video-behavior.tentative.html]
  expected:
    if (os == "win") and (processor == "x86_64"): [OK, ERROR]
    if (os == "linux") and tsan: [OK, ERROR]
  [invoking video with auto action is no-op]
    expected:
      if (os == "linux") and not debug and not asan and not tsan: [PASS, FAIL]
      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      if (os == "win") and not debug and (processor == "x86"): PASS
      if (os == "mac") and debug: [PASS, FAIL]
      if (os == "mac") and not debug: PASS
      if os == "android": PASS
      [FAIL, PASS]

  [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