tor-browser

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

preload.https.sub.html.ini (3770B)


      1 [preload.https.sub.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR]
      4  [preload style web-platform.test:8443: sec-fetch-site]
      5    expected:
      6      if (os == "win") and debug: [PASS, FAIL]
      7      if os == "linux": [PASS, FAIL]
      8 
      9  [<link rel='preload' as='style' href='https://www.not-web-platform.test:8443/...'>]
     10    expected:
     11      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     12      if (os == "win") and debug: [PASS, FAIL]
     13      if (os == "linux") and debug: [PASS, FAIL]
     14 
     15  [<link rel='preload' as='fetch' href='https://web-platform.test:8443/...'>]
     16    expected:
     17      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
     18      if (os == "linux") and debug: [PASS, FAIL]
     19 
     20  [<link rel='preload' as='image' href='https://www.not-web-platform.test:8443/...'>]
     21    expected:
     22      if os == "win": [PASS, FAIL]
     23 
     24  [<link rel='preload' as='font' href='https://www.not-web-platform.test:8443/...'>]
     25    expected:
     26      if (os == "linux") and not debug: [PASS, FAIL]
     27 
     28  [<link rel='preload' as='track' href='https://www.web-platform.test:8443/...'>]
     29    expected:
     30      if (processor == "x86") and not debug: FAIL
     31      [FAIL, PASS]
     32 
     33  [preload image web-platform.test:8443: sec-fetch-site]
     34    expected:
     35      if (os == "android") and debug: [PASS, FAIL]
     36 
     37  [<link rel='preload' as='fetch' href='https://www.web-platform.test:8443/...'>]
     38    expected:
     39      if (os == "win") and not debug and (processor == "x86"): [PASS, FAIL]
     40      if (os == "linux") and debug: [PASS, FAIL]
     41 
     42  [<link rel='preload' as='style' href='https://web-platform.test:8443/...'>]
     43    expected:
     44      if (os == "win") and not debug: PASS
     45      if os == "android": PASS
     46      [PASS, FAIL]
     47 
     48  [<link rel='preload' as='font' href='https://web-platform.test:8443/...'>]
     49    expected:
     50      if (os == "linux") and not debug: [PASS, FAIL]
     51 
     52  [<link rel='preload' as='script' href='https://www.web-platform.test:8443/...'>]
     53    expected:
     54      if (os == "win") and debug and (processor == "x86"): [PASS, FAIL]
     55      if (os == "win") and not debug: [PASS, FAIL]
     56 
     57  [preload style www.not-web-platform.test:8443: sec-fetch-site]
     58    expected:
     59      if (processor == "x86") and debug: [PASS, FAIL]
     60 
     61  [<link rel='preload' as='script' href='https://www.not-web-platform.test:8443/...'>]
     62    expected:
     63      if os == "win": [PASS, FAIL]
     64 
     65  [<link rel='preload' as='track' href='https://www.not-web-platform.test:8443/...'>]
     66    expected:
     67      if (os == "linux") and not debug: FAIL
     68      [FAIL, PASS]
     69 
     70  [<link rel='preload' as='image' href='https://web-platform.test:8443/...'>]
     71    expected:
     72      if (os == "win") and not debug: PASS
     73      if (os == "android") and not debug: PASS
     74      [PASS, FAIL]
     75 
     76  [<link rel='preload' as='style' href='https://www.web-platform.test:8443/...'>]
     77    expected:
     78      if os == "android": PASS
     79      [PASS, FAIL]
     80 
     81  [<link rel='preload' as='track' href='https://web-platform.test:8443/...'>]
     82    expected:
     83      if (os == "win") and not debug: FAIL
     84      [FAIL, PASS]
     85 
     86  [preload script web-platform.test:8443: sec-fetch-site]
     87    expected:
     88      if (os == "android") and not debug: [PASS, FAIL]
     89 
     90  [<link rel='preload' as='image' href='https://www.web-platform.test:8443/...'>]
     91    expected:
     92      if (os == "android") and not debug: PASS
     93      [PASS, FAIL]
     94 
     95  [<link rel='preload' as='script' href='https://web-platform.test:8443/...'>]
     96    expected:
     97      if (os == "win") and debug: [PASS, FAIL]
     98 
     99  [preload fetch web-platform.test:8443: sec-fetch-site]
    100    expected:
    101      if (processor == "x86") and debug: [PASS, FAIL]
    102 
    103  [preload image www.web-platform.test:8443: sec-fetch-site]
    104    expected:
    105      if (os == "win") and debug: [PASS, FAIL]
    106      if os == "mac": [PASS, FAIL]