[audiocontext-sinkid-state-change.https.html]
expected:
if os == "win": ERROR
if os == "mac": [ERROR, OK, TIMEOUT]
if os == "linux": ERROR
[ERROR, TIMEOUT]
[Calling setSinkId() on a suspended AudioContext should fire only sink change events.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786
expected:
if os == "mac": [FAIL, NOTRUN]
NOTRUN
[Calling setSinkId() on a running AudioContext should fire both state and sink change events.]
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786
expected:
if os == "mac": [TIMEOUT, NOTRUN]
NOTRUN