[audiocontext-sinkid-setsinkid.https.html] expected: if os == "win": ERROR if os == "mac": [OK, ERROR, TIMEOUT] if os == "linux": ERROR [ERROR, TIMEOUT] [setSinkId() with a valid device identifier should succeeded.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [setSinkId() with the same sink ID should resolve immediately.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [setSinkId() with the same AudioSinkOptions.type value should resolve immediately.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [setSinkId() should fail with TypeError on an invalid AudioSinkOptions.type value.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [setSinkId() should fail with NotFoundError on an invalid device identifier.] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [setSinkId() should fail with InvalidStateError when calling from astopped AudioContext] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [setSinkId() should fail with InvalidStateError when calling from adetached document] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN [pending setSinkId() should be rejected with InvalidStateError whenAudioContext is closed] bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 expected: if os == "mac": [FAIL, NOTRUN] NOTRUN