summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/invokers/invoketarget-on-audio-behavior.tentative.html.ini
blob: 6ae9fceaff57ae630365ddda05afb33a4a142ae6 (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
[invoketarget-on-audio-behavior.tentative.html]
  expected:
    if (os == "android") and not debug: [OK, CRASH]
  [invoking audio with playpause action makes audio play]
    expected: FAIL

  [invoking audio with playpause action (without user activation) is a no-op]
    expected: FAIL

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

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

  [invoking audio with play action (without user activation) is a no-op]
    expected: FAIL

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

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

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