tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

audiocontext-sinkid-constructor.https.html.ini (657B)


      1 [audiocontext-sinkid-constructor.https.html]
      2  expected:
      3    if os == "win": ERROR
      4    if os == "mac": [OK, TIMEOUT]
      5    if os == "linux": ERROR
      6    [ERROR, TIMEOUT]
      7  [Invalid sinkId argument with a wrong ID should dispatch an onerror event.]
      8    expected: FAIL
      9 
     10  [Setting sinkId with a valid device identifier at construction should succeed.]
     11    expected: FAIL
     12 
     13  [Setting sinkId to the empty string at construction should succeed.]
     14    expected: FAIL
     15 
     16  [Invalid sinkId argument with a wrong type should throw an appropriate exception.]
     17    expected: FAIL
     18 
     19  [Setting sinkId with an AudioSinkOptions at construction should succeed.]
     20    expected: FAIL