Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/syntax/charset/document-write.html - WPT Dashboard Interop Dashboard
<!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 ж, meta takes effect</p>
</body>