tor-browser

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

iframe-all-local-schemes-inherit-self.sub.html.ini (553B)


      1 [iframe-all-local-schemes-inherit-self.sub.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, OK]
      4    if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, OK]
      5    if os == "android": [TIMEOUT, OK]
      6    [OK, TIMEOUT]
      7  [<iframe>'s about:blank inherits policy.]
      8    expected:
      9      if (os == "win") and not debug and (processor == "x86"): [TIMEOUT, PASS]
     10      if (os == "win") and not debug and (processor == "x86_64"): [TIMEOUT, PASS]
     11      if os == "android": [TIMEOUT, PASS]
     12      [PASS, TIMEOUT]