tor-browser

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

fetch-event-respond-with-readable-stream.https.html.ini (691B)


      1 [fetch-event-respond-with-readable-stream.https.html]
      2  expected: TIMEOUT
      3  [Cancellation in the page should be observable in the service worker with nonempty stream]
      4    expected: [FAIL, PASS, TIMEOUT, NOTRUN]
      5 
      6  [Cancellation in the page should be observable in the service worker with empty stream]
      7    expected: [TIMEOUT, NOTRUN]
      8 
      9  [Abort in the page should be observable in the service worker with empty stream]
     10    expected: NOTRUN
     11 
     12  [Abort in the page should be observable in the service worker with nonempty stream]
     13    expected:
     14      if os_version == "24.04": [PASS, FAIL, TIMEOUT, NOTRUN]
     15      if os_version == "14": [PASS, FAIL, TIMEOUT, NOTRUN]
     16      [PASS, TIMEOUT, NOTRUN]