audiocontext-sinkid-setsinkid.https.html.ini (1841B)
1 [audiocontext-sinkid-setsinkid.https.html] 2 expected: 3 if os == "win": ERROR 4 if os == "mac": [OK, ERROR, TIMEOUT] 5 if os == "linux": ERROR 6 [ERROR, TIMEOUT] 7 [setSinkId() with a valid device identifier should succeeded.] 8 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 9 expected: 10 if os == "mac": [FAIL, NOTRUN] 11 NOTRUN 12 13 [setSinkId() with the same sink ID should resolve immediately.] 14 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 15 expected: 16 if os == "mac": [FAIL, NOTRUN] 17 NOTRUN 18 19 [setSinkId() with the same AudioSinkOptions.type value should resolve immediately.] 20 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 21 expected: 22 if os == "mac": [FAIL, NOTRUN] 23 NOTRUN 24 25 [setSinkId() should fail with TypeError on an invalid AudioSinkOptions.type value.] 26 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 27 expected: 28 if os == "mac": [FAIL, NOTRUN] 29 NOTRUN 30 31 [setSinkId() should fail with NotFoundError on an invalid device identifier.] 32 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 33 expected: 34 if os == "mac": [FAIL, NOTRUN] 35 NOTRUN 36 37 [setSinkId() should fail with InvalidStateError when calling from astopped AudioContext] 38 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 39 expected: 40 if os == "mac": [FAIL, NOTRUN] 41 NOTRUN 42 43 [setSinkId() should fail with InvalidStateError when calling from adetached document] 44 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 45 expected: 46 if os == "mac": [FAIL, NOTRUN] 47 NOTRUN 48 49 [pending setSinkId() should be rejected with InvalidStateError whenAudioContext is closed] 50 bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786 51 expected: 52 if os == "mac": [FAIL, NOTRUN] 53 NOTRUN