tor-browser

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

non-ascii-in-title-before-ref.html (188B)


      1 <!DOCTYPE html>
      2 <head>
      3 <meta charset="utf-8">
      4 <title>ж</title>
      5 </head>
      6 <body>
      7 <p>Normal meta. Non-ASCII in title before.</p>
      8 <p>Test: ж</p>
      9 <p>If &#x0436;, meta takes effect</p>
     10 </body>