tor-browser

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

multipart-image.https.html.ini (951B)


      1 [multipart-image.https.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4  [same-origin multipart image via SW should be readable]
      5    expected:
      6      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
      7      FAIL
      8 
      9  [cross-origin multipart image via SW with approved CORS should be readable]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     12      FAIL
     13 
     14  [cross-origin multipart image with no-cors via SW should not be readable]
     15    expected:
     16      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     17      FAIL
     18 
     19  [cross-origin multipart image via SW with rejected CORS should fail to load]
     20    expected:
     21      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     22 
     23  [initialize global state]
     24    expected:
     25      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]