tor-browser

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

no-browsing-context.window.js.ini (3880B)


      1 [no-browsing-context.window.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Invoking `assign` with `/` on a `Location` object sans browsing context is a no-op]
      5    expected: FAIL
      6 
      7  [Invoking `replace` with `/` on a `Location` object sans browsing context is a no-op]
      8    expected: FAIL
      9 
     10  [Invoking `replace` with `test:test` on a `Location` object sans browsing context is a no-op]
     11    expected: FAIL
     12 
     13  [Invoking `assign` with `about:blank` on a `Location` object sans browsing context is a no-op]
     14    expected: FAIL
     15 
     16  [Invoking `reload` with `test test` on a `Location` object sans browsing context is a no-op]
     17    expected: FAIL
     18 
     19  [Invoking `assign` with `chrome:fail` on a `Location` object sans browsing context is a no-op]
     20    expected: FAIL
     21 
     22  [Invoking `assign` with `test:test` on a `Location` object sans browsing context is a no-op]
     23    expected: FAIL
     24 
     25  [Setting `protocol` to `about` of a `Location` object sans browsing context is a no-op]
     26    expected: FAIL
     27 
     28  [Invoking `replace` with `chrome:fail` on a `Location` object sans browsing context is a no-op]
     29    expected: FAIL
     30 
     31  [Setting `href` to `chrome:fail` of a `Location` object sans browsing context is a no-op]
     32    expected: FAIL
     33 
     34  [Setting `href` to `test:test` of a `Location` object sans browsing context is a no-op]
     35    expected: FAIL
     36 
     37  [Invoking `replace` with `https://example.com/` on a `Location` object sans browsing context is a no-op]
     38    expected: FAIL
     39 
     40  [Invoking `reload` with `https://example.com/` on a `Location` object sans browsing context is a no-op]
     41    expected: FAIL
     42 
     43  [Setting `protocol` to `test` of a `Location` object sans browsing context is a no-op]
     44    expected: FAIL
     45 
     46  [Setting `href` to `test test` of a `Location` object sans browsing context is a no-op]
     47    expected: FAIL
     48 
     49  [Getting `origin` of a `Location` object sans browsing context should be "null"]
     50    expected: FAIL
     51 
     52  [Invoking `replace` with `http://test:test/` on a `Location` object sans browsing context is a no-op]
     53    expected: FAIL
     54 
     55  [Invoking `reload` with `/` on a `Location` object sans browsing context is a no-op]
     56    expected: FAIL
     57 
     58  [Invoking `reload` with `about:blank` on a `Location` object sans browsing context is a no-op]
     59    expected: FAIL
     60 
     61  [Setting `href` to `https://example.com/` of a `Location` object sans browsing context is a no-op]
     62    expected: FAIL
     63 
     64  [Invoking `assign` with `test test` on a `Location` object sans browsing context is a no-op]
     65    expected: FAIL
     66 
     67  [Invoking `reload` with `http://test:test/` on a `Location` object sans browsing context is a no-op]
     68    expected: FAIL
     69 
     70  [Invoking `reload` with `test:test` on a `Location` object sans browsing context is a no-op]
     71    expected: FAIL
     72 
     73  [Invoking `assign` with `http://test:test/` on a `Location` object sans browsing context is a no-op]
     74    expected: FAIL
     75 
     76  [Setting `href` to `/` of a `Location` object sans browsing context is a no-op]
     77    expected: FAIL
     78 
     79  [Invoking `reload` with `chrome:fail` on a `Location` object sans browsing context is a no-op]
     80    expected: FAIL
     81 
     82  [Setting `href` to `http://test:test/` of a `Location` object sans browsing context is a no-op]
     83    expected: FAIL
     84 
     85  [Invoking `assign` with `https://example.com/` on a `Location` object sans browsing context is a no-op]
     86    expected: FAIL
     87 
     88  [Setting `protocol` to `http` of a `Location` object sans browsing context is a no-op]
     89    expected: FAIL
     90 
     91  [Invoking `replace` with `about:blank` on a `Location` object sans browsing context is a no-op]
     92    expected: FAIL
     93 
     94  [Invoking `replace` with `test test` on a `Location` object sans browsing context is a no-op]
     95    expected: FAIL
     96 
     97  [Setting `pathname` to `x` of a `Location` object sans browsing context is a no-op]
     98    expected: FAIL
     99 
    100  [Setting `pathname` to `/` of a `Location` object sans browsing context is a no-op]
    101    expected: FAIL