tor-browser

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

worker-in-sandboxed-iframe-by-csp-fetch-event.https.html.ini (1101B)


      1 [worker-in-sandboxed-iframe-by-csp-fetch-event.https.html]
      2  expected:
      3    if (os == "linux") and not tsan and not debug and fission: [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5    if (os == "linux") and tsan: [ERROR, OK, TIMEOUT]
      6    if (os == "android") and debug: [OK, ERROR]
      7  [Fetch request from a worker in iframe sandboxed by CSP HTTP header allow-scripts flag]
      8    expected:
      9      if (processor == "x86") and not debug: [PASS, NOTRUN]
     10 
     11  [Fetch request from a worker in iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin flag]
     12    expected:
     13      if (processor == "x86") and not debug: [PASS, NOTRUN]
     14 
     15  [Prepare an iframe sandboxed by CSP HTTP header with allow-scripts.]
     16    expected:
     17      if (processor == "x86") and not debug: [PASS, NOTRUN]
     18 
     19  [Prepare a service worker.]
     20    expected:
     21      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     22 
     23  [Prepare an iframe sandboxed by CSP HTTP header with allow-scripts and allow-same-origin.]
     24    expected:
     25      if (processor == "x86") and not debug: [PASS, NOTRUN]