tor-browser

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

audiocontext-sinkid-state-change.https.html.ini (688B)


      1 [audiocontext-sinkid-state-change.https.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [ERROR, TIMEOUT]
      4    if (os == "android") and not debug: [ERROR, TIMEOUT]
      5    if os == "mac": [ERROR, OK, TIMEOUT]
      6    ERROR
      7  [Calling setSinkId() on a suspended AudioContext should fire only sink change events.]
      8    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786
      9    expected:
     10      if os == "mac": [FAIL, NOTRUN]
     11      NOTRUN
     12 
     13  [Calling setSinkId() on a running AudioContext should fire both state and sink change events.]
     14    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1942786
     15    expected:
     16      if os == "mac": [TIMEOUT, NOTRUN]
     17      NOTRUN