summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/non-ascii-in-title-before-ref.html
blob: 4f547324323c584ccf7400e08959bb3bce24bb33 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>ж</title>
</head>
<body>
<p>Normal meta. Non-ASCII in title before.</p>
<p>Test: ж</p>
<p>If &#x0436;, meta takes effect</p>
</body>