Source code
Revision control
Copy as Markdown
Other Tools
[audiocontext-sinkid-state-change.https.html]
expected:
if (os == "mac") and debug: [ERROR, OK]
if (os == "mac") and not debug: [ERROR, TIMEOUT, OK]
ERROR
[Calling setSinkId() on a suspended AudioContext should fire only sink change events.]
expected:
if os == "mac": [FAIL, NOTRUN]
NOTRUN
[Calling setSinkId() on a running AudioContext should fire both state and sink change events.]
expected:
if os == "mac": [TIMEOUT, NOTRUN]
NOTRUN