tor-browser

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

fetch-event-handled.https.html.ini (2872B)


      1 [fetch-event-handled.https.html]
      2  expected:
      3    if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [OK, TIMEOUT]
      4    if (os_version == "14") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
      5    if (os_version == "24.04") and (processor == "x86"): [OK, TIMEOUT]
      6  [FetchEvent.handled should resolve when respondWith() is not called for a navigation request]
      7    expected:
      8      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, TIMEOUT]
      9      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, TIMEOUT]
     10      if (os_version == "24.04") and (processor == "x86"): [PASS, TIMEOUT]
     11 
     12  [FetchEvent.handled should resolve when respondWith() is not called for a sub-resource request]
     13    expected:
     14      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, NOTRUN]
     15      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     16      if (os_version == "24.04") and (processor == "x86"): [PASS, NOTRUN]
     17 
     18  [FetchEvent.handled should reject when respondWith() is not called and the event is canceled]
     19    expected:
     20      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, NOTRUN]
     21      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     22      if (os_version == "24.04") and (processor == "x86"): [PASS, NOTRUN]
     23 
     24  [FetchEvent.handled should resolve when the promise provided to respondWith() is resolved]
     25    expected:
     26      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, NOTRUN]
     27      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     28      if (os_version == "24.04") and (processor == "x86"): [PASS, NOTRUN]
     29 
     30  [FetchEvent.handled should reject when the promise provided to respondWith() is resolved to an invalid response]
     31    expected:
     32      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, NOTRUN]
     33      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     34      if (os_version == "24.04") and (processor == "x86"): [PASS, NOTRUN]
     35 
     36  [FetchEvent.handled should reject when the promise provided to respondWith() is rejected]
     37    expected:
     38      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, NOTRUN]
     39      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     40      if (os_version == "24.04") and (processor == "x86"): [PASS, NOTRUN]
     41 
     42  [global cleanup]
     43    expected:
     44      if (os_version == "24.04") and (processor == "x86_64") and not debug and not asan: [PASS, NOTRUN]
     45      if (os_version == "14") and sessionHistoryInParent and not debug: [PASS, NOTRUN]
     46      if (os_version == "24.04") and (processor == "x86"): [PASS, NOTRUN]