tor-browser

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

refresh-cross-origin.sub.html.ini (2852B)


      1 [refresh-cross-origin.sub.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR]
      4    if os == "mac": [OK, TIMEOUT]
      5  [cross-origin meta refresh with referrer policy "no-referrer-when-downgrade" refreshes with full url as referrer]
      6    # This is wontfix behavior.
      7    bug: "https://bugzilla.mozilla.org/show_bug.cgi?id=1800070#c2"
      8    expected: FAIL
      9 
     10  [cross-origin header refresh with referrer policy "no-referrer-when-downgrade" refreshes with full url as referrer]
     11    # This is wontfix behavior.
     12    bug: "https://bugzilla.mozilla.org/show_bug.cgi?id=1800070#c2"
     13    expected: FAIL
     14 
     15  [cross-origin meta refresh with referrer policy "unsafe-url" refreshes with full url as referrer]
     16    # This is wontfix behavior.
     17    bug: "https://bugzilla.mozilla.org/show_bug.cgi?id=1800070#c2"
     18    expected:
     19      if os == "mac": [FAIL, TIMEOUT, NOTRUN]
     20      FAIL
     21 
     22  [cross-origin header refresh with referrer policy "unsafe-url" refreshes with full url as referrer]
     23    # This is wontfix behavior.
     24    bug: "https://bugzilla.mozilla.org/show_bug.cgi?id=1800070#c2"
     25    expected:
     26      if os == "mac": [FAIL, TIMEOUT, NOTRUN]
     27      FAIL
     28 
     29  [cross-origin meta refresh with referrer policy "" refreshes with origin as referrer]
     30    expected:
     31      if os == "mac": [PASS, TIMEOUT, NOTRUN]
     32 
     33  [cross-origin header refresh with referrer policy "" refreshes with origin as referrer]
     34    expected:
     35      if os == "mac": [PASS, TIMEOUT, NOTRUN]
     36 
     37  [cross-origin header refresh with referrer policy "strict-origin-when-cross-origin" refreshes with origin as referrer]
     38    expected:
     39      if (os == "mac") and debug: [PASS, NOTRUN]
     40      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     41 
     42  [cross-origin meta refresh with referrer policy "same-origin" refreshes with the empty string as referrer]
     43    expected:
     44      if os == "mac": [PASS, NOTRUN]
     45 
     46  [cross-origin meta refresh with referrer policy "strict-origin" refreshes with origin as referrer]
     47    expected:
     48      if os == "mac": [PASS, TIMEOUT, NOTRUN]
     49 
     50  [cross-origin header refresh with referrer policy "origin-when-cross-origin" refreshes with origin as referrer]
     51    expected:
     52      if (os == "mac") and debug: [PASS, TIMEOUT]
     53      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     54 
     55  [cross-origin header refresh with referrer policy "same-origin" refreshes with the empty string as referrer]
     56    expected:
     57      if os == "mac": [PASS, TIMEOUT, NOTRUN]
     58 
     59  [cross-origin meta refresh with referrer policy "strict-origin-when-cross-origin" refreshes with origin as referrer]
     60    expected:
     61      if (os == "mac") and debug: [PASS, NOTRUN]
     62      if (os == "mac") and not debug: [PASS, TIMEOUT, NOTRUN]
     63 
     64  [cross-origin header refresh with referrer policy "strict-origin" refreshes with origin as referrer]
     65    expected:
     66      if os == "mac": [PASS, NOTRUN]