tor-browser

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

src-trailing-dot.sub.any.js.ini (724B)


      1 [src-trailing-dot.sub.any.sharedworker.html]
      2  [Fetch from host with trailing dot should be allowed by CSP.]
      3    expected: FAIL
      4 
      5 
      6 [src-trailing-dot.sub.any.worker.html]
      7  expected:
      8    if (os == "mac") and not debug: [OK, CRASH]
      9    if (os == "android") and not debug: [OK, CRASH]
     10  [Fetch from host with trailing dot should be allowed by CSP.]
     11    expected: FAIL
     12 
     13 
     14 [src-trailing-dot.sub.any.serviceworker.html]
     15  expected:
     16    if (os == "android") and not debug: [OK, ERROR]
     17  [Fetch from host with trailing dot should be allowed by CSP.]
     18    expected: FAIL
     19 
     20 
     21 [src-trailing-dot.sub.any.html]
     22  expected:
     23    if os == "android": [OK, CRASH]
     24  [Fetch from host with trailing dot should be allowed by CSP.]
     25    expected: FAIL