tor-browser

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

muted-errors.sub.html.ini (818B)


      1 [muted-errors.sub.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [Errors for cross-origin script should be muted]
      5    expected: FAIL
      6 
      7  [Errors for cross-origin script should be muted even if the script is once loaded as same-origin]
      8    expected: FAIL
      9 
     10  [Errors for cross-origin scripts redirected to a same-origin url should be muted]
     11    expected: FAIL
     12 
     13  [Errors for same-origin scripts redirected to a cross-origin url and redirected back to same-origin should be muted]
     14    expected: FAIL
     15 
     16  [Non-synthetic errors for same-origin scripts redirected to a cross-origin URL and redirected back to same-origin should be muted]
     17    expected: FAIL
     18 
     19  [Syntax error for same-origin script redirected to a cross-origin URL and redirected back to same-origin should be muted]
     20    expected: FAIL