tor-browser

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

non-render-blocking-scripts.optional.html.ini (695B)


      1 [non-render-blocking-scripts.optional.html]
      2  [parser-inserted async script is not implicitly render-blocking]
      3    expected:
      4      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      5 
      6  [parser-inserted defer script is not implicitly render-blocking]
      7    expected:
      8      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
      9 
     10  [parser-inserted module script is not implicitly render-blocking]
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]
     13 
     14  [parser-inserted async module script is not implicitly render-blocking]
     15    expected:
     16      if (os == "win") and not debug and (processor == "x86_64"): [PASS, FAIL]