summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/in-noscript-after-template.html
blob: 71ef9144e0f9b299b9ee465af0c8107fc65acbbc (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<head>
<link rel="mismatch" href="references/in-noscript-after-template-ref.html">
<noscript><template></template><meta charset="windows-1251"></noscript>
</head>
<body>
<p>Meta in <code>noscript</code> after <code>template</code> (which is also inside the <code>noscript</code>).</p>
<p>Test: �</p>
<p>If &#x0436;, meta takes effect</p>
</body>