tor-browser

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

file_with_slow_favicon.html (253B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>Test for title flicker</title>
      5 </head>
      6 <body>
      7  <!-- Putting the icon down here means we won't start loading it until the doc is fully parsed -->
      8  <link rel="icon" href="file_generic_favicon.ico">
      9 </body>
     10 </html>