summaryrefslogtreecommitdiffstats
path: root/parser/htmlparser/tests/reftest/document-write.html
blob: b70a15c5672acea5314162be7d83b0b47a801271 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<head>
<link rel="mismatch" href="references/document-write-ref.html">
<script>document.write('<meta char' + 'set="windows-1251">');</script>
</head>
<body>
<p>Meta from <code>document.write</code> (with concatenation in the middle of <code>charset</code> to require execution for effect).</p>
<p>Test: �</p>
<p>If &#x0436;, meta takes effect</p>
</body>