tor-browser

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

Service-Worker-Allowed-header.https.html.ini (613B)


      1 [Service-Worker-Allowed-header.https.html]
      2  max-asserts: 3
      3  expected:
      4    if (os == "win") and not debug: [OK, TIMEOUT]
      5  [Service-Worker-Allowed is cross-origin to script, registering on a normally disallowed scope]
      6    expected:
      7      if (os == "win") and not debug: [FAIL, NOTRUN]
      8      FAIL
      9 
     10  [Service-Worker-Allowed is cross-origin to script, registering on a normally allowed scope]
     11    expected:
     12      if (os == "win") and not debug: [FAIL, TIMEOUT]
     13      FAIL
     14 
     15  [Service-Worker-Allowed is cross-origin to page, same-origin to script]
     16    expected:
     17      if (os == "win") and not debug: [PASS, NOTRUN]