summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/encoding/external-script-charset.xhtml
blob: 07be0917f75c09fa8e78c7593e1550bab3e18b16 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="koi8-r"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
    <p>Test that external scripts in XHTML documents inherit document charset.</p>
    <p id="result"></p>
    <script type="text/javascript" src="external-script-charset-koi-8.js"></script>
</body>
</html>