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 ж, meta takes effect</p> 11 </body>