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