tor-browser

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

fetch-event-respond-with-custom-response.https.html.ini (1281B)


      1 [fetch-event-respond-with-custom-response.https.html]
      2  max-asserts: 2
      3  expected:
      4    if (os == "win") and not debug: [OK, TIMEOUT]
      5    if (os == "mac") and not debug: [OK, TIMEOUT]
      6  [Navigation resource built from search-params]
      7    expected:
      8      if (os == "win") and not debug: [PASS, NOTRUN]
      9      if (os == "mac") and not debug: [PASS, NOTRUN, TIMEOUT]
     10 
     11  [Navigation resource built from a buffer-view]
     12    expected:
     13      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     14      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     15      if (os == "mac") and not debug: [PASS, NOTRUN]
     16 
     17  [Navigation resource built from a buffer]
     18    expected:
     19      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT]
     20      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     21      if (os == "mac") and not debug: [PASS, TIMEOUT]
     22 
     23  [Navigation resource built from a blob]
     24    expected:
     25      if (processor == "x86") and not debug: [PASS, NOTRUN]
     26 
     27  [Navigation resource built from a string]
     28    expected:
     29      if (processor == "x86") and not debug: [PASS, NOTRUN]
     30 
     31  [Subresource built from search-params]
     32    expected:
     33      if (processor == "x86") and not debug: [PASS, TIMEOUT]