tor-browser

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

top-level-data-url.window.js.ini (628B)


      1 [top-level-data-url.window.html]
      2  expected:
      3    if (os == "linux") and not debug and fission: [OK, TIMEOUT]
      4    if (os == "android") and fission: [OK, TIMEOUT]
      5  [Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "opener")]
      6    expected: FAIL
      7 
      8  [Navigating a popup using window.open("data:text/html,...", "", "undefined")]
      9    expected: FAIL
     10 
     11  [Navigating a popup using window.open("resources/redirect.py?location=data%3Atext%2Fhtml%2C...", "", "undefined")]
     12    expected: FAIL
     13 
     14  [Navigating a popup using window.open("data:text/html,...", "", "opener")]
     15    expected: FAIL