Source code

Revision control

Copy as Markdown

Other Tools

[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