tor-browser

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

fetch-destination-no-load-event.https.html.ini (1225B)


      1 [fetch-destination-no-load-event.https.html]
      2  disabled:
      3    if verify: fails in verify mode
      4  expected:
      5    if (processor == "x86") and not debug: [OK, TIMEOUT]
      6  [@import fetches with a "style" Request.destination]
      7    expected:
      8      if (processor == "x86") and not debug: [PASS, NOTRUN]
      9 
     10  [Background image fetches with an "image" Request.destination]
     11    expected:
     12      if (processor == "x86") and not debug: [PASS, NOTRUN]
     13 
     14  [CSS font fetches with an "font" Request.destination]
     15    expected:
     16      if (processor == "x86") and not debug: [PASS, NOTRUN]
     17 
     18  [importScripts() fetches with a "script" Request.destination]
     19    expected:
     20      if (processor == "x86") and not debug: [PASS, NOTRUN]
     21 
     22  [Cache.add() fetches with an empty string Request.destination]
     23    expected:
     24      if (processor == "x86") and not debug: [PASS, NOTRUN]
     25 
     26  [sendBeacon() fetches with an empty string Request.destination]
     27    expected:
     28      if (processor == "x86") and not debug: [PASS, NOTRUN]
     29 
     30  [Initialize global state]
     31    expected:
     32      if (processor == "x86") and not debug: [PASS, TIMEOUT]
     33 
     34  [Font loading API fetches with an "font" Request.destination]
     35    expected:
     36      if (processor == "x86") and not debug: [PASS, NOTRUN]