tor-browser

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

layout-worklet-service-worker-interception.https.html.ini (642B)


      1 [layout-worklet-service-worker-interception.https.html]
      2  expected:
      3    if not debug and (os == "win") and (processor == "x86_64"): [OK, TIMEOUT]
      4  [addModule() on a controlled document should be intercepted by a service worker.]
      5    expected: FAIL
      6 
      7  [addModule() on a non-controlled document should not be intercepted by a service worker even if the script is under the service worker scope.]
      8    expected:
      9      if (os == "win") and (processor == "x86_64"): [FAIL, TIMEOUT]
     10      FAIL
     11 
     12  [Static import should be intercepted by a service worker.]
     13    expected:
     14      if (os == "win") and (processor == "x86_64"): [FAIL, NOTRUN]
     15      FAIL