tor-browser

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

navigated-named-objects.window.js.ini (690B)


      1 [navigated-named-objects.window.html]
      2  [Window's associated Document object is used for finding named objects (<object> with browsing ccontext via srcdoc <iframe)>]
      3    expected:
      4      if (os == "linux") and not fission and debug: [PASS, FAIL]
      5      [FAIL, PASS]
      6 
      7  [Window's associated Document object is used for finding named objects (<object> with browsing ccontext via same-origin <iframe)>]
      8    expected:
      9      if os == "win": FAIL
     10      if os == "android": FAIL
     11      [FAIL, PASS]
     12 
     13  [Window's associated Document object is used for finding named objects (<object> with browsing ccontext via cross-site <iframe)>]
     14    expected:
     15      if not fission: [FAIL, PASS]
     16      [PASS, FAIL]