Source code
Revision control
Copy as Markdown
Other Tools
[invoketarget-on-audio-behavior.tentative.html]
expected:
if (os == "linux") and fission and tsan: [OK, ERROR]
if (os == "linux") and not fission: [OK, ERROR]
if (os == "android") and not debug: [OK, CRASH]
[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 play-pause action makes audio play]
expected: FAIL
[invoking audio with play-pause action (without user activation) is a no-op]
expected: FAIL
[invoking playing audio with play-pause action pauses it]
expected: FAIL
[invoking audio with toggle-muted action mutes it]
expected: FAIL
[invoking muted audio with toggle-muted action unmutes it]
expected: FAIL