tor-browser

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

opener-setter.html.ini (450B)


      1 [opener-setter.html]
      2  disabled:
      3    if (os == "linux") and (bits == 32) and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1483696
      4  expected:
      5    if (os == "android") and sessionHistoryInParent and not debug: [OK, ERROR]
      6    if os == "linux": [OK, TIMEOUT]
      7  [Auxiliary browsing context created via `window.open` and setting `window.opener` to `null` should report `window.opener` `null`]
      8    expected:
      9      if os == "linux": [PASS, TIMEOUT]