tor-browser

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

audiocontext-state-change-after-close.http.window.js.ini (640B)


      1 [audiocontext-state-change-after-close.http.window.html]
      2  expected:
      3    if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT]
      4    if (os == "android") and debug and not sessionHistoryInParent: [OK, ERROR]
      5    if (os == "mac") and debug: [OK, TIMEOUT]
      6    if (os == "android") and not debug: [OK, TIMEOUT]
      7  [Call close on a closed AudioContext]
      8    expected:
      9      if (os == "mac") and debug: [PASS, TIMEOUT]
     10 
     11  [Call resume on a closed AudioContext]
     12    expected:
     13      if (os == "mac") and debug: [PASS, NOTRUN]
     14 
     15  [Call suspend on a closed AudioContext]
     16    expected:
     17      if (os == "mac") and debug: [PASS, NOTRUN]