tor-browser

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

non-ascii-in-comment-before.html (263B)


      1 <!DOCTYPE html>
      2 <head>
      3 <link rel="match" href="references/non-ascii-in-comment-before-ref.html">
      4 <!-- � -->
      5 <meta charset="windows-1251">
      6 </head>
      7 <body>
      8 <p>Normal meta. Non-ASCII in comment before.</p>
      9 <p>Test: �</p>
     10 <p>If &#x0436;, meta takes effect</p>
     11 </body>