chromium/third_party/blink/web_tests/external/wpt/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-sinkid-constructor.https-expected.txt

This is a testharness.js-based test.
[FAIL] Invalid sinkId arguments should throw an appropriate exception.
  assert_throws_dom: An invalid device identifier should throw a NotFoundError exception. function "() => {\n      const audioContext = new AudioContext({sinkId: 'some_random_device_id'});\n      audioContext.close();\n    }" did not throw
Harness: the test ran to completion.