tor-browser

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

embed-and-object-are-not-intercepted.https.html.ini (852B)


      1 [embed-and-object-are-not-intercepted.https.html]
      2  expected:
      3    if debug and (os == "linux"): [OK, TIMEOUT]
      4  [requests for EMBED elements of embedded HTML content should not be intercepted by service workers]
      5    expected:
      6      if debug and (os == "linux"): [PASS, NOTRUN]
      7 
      8  [requests for EMBED elements of an image should not be intercepted by service workers]
      9    expected:
     10      if debug and (os == "linux"): [PASS, NOTRUN]
     11 
     12  [requests for OBJECT elements of embedded HTML content should not be intercepted by service workers]
     13    expected:
     14      if debug and (os == "linux"): [PASS, NOTRUN]
     15 
     16  [requests for OBJECT elements of an image should not be intercepted by service workers]
     17    expected:
     18      if debug and (os == "linux"): [PASS, NOTRUN]
     19 
     20  [initialize global state]
     21    expected:
     22      if debug and (os == "linux"): [PASS, TIMEOUT]