tor-browser

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

origin-from-window.window.js.ini (509B)


      1 [origin-from-window.window.html]
      2  [Origin.from(window) returns a tuple origin.]
      3    expected: FAIL
      4 
      5  [Origin.from(Window) returns a tuple origin for same-origin frames.]
      6    expected: FAIL
      7 
      8  [Origin.from(Window) throws for cross-origin frames.]
      9    expected: FAIL
     10 
     11  [Origin.from(Window) throws for sandboxed frames.]
     12    expected: FAIL
     13 
     14  [Origin.from(Window) returns a tuple origin for same-origin windows.]
     15    expected: FAIL
     16 
     17  [Origin.from(Window) throws for cross-origin windows.]
     18    expected: FAIL