summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/external-script-charset.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/external-script-charset.xhtml')
-rw-r--r--LayoutTests/fast/encoding/external-script-charset.xhtml7
1 files changed, 7 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/external-script-charset.xhtml b/LayoutTests/fast/encoding/external-script-charset.xhtml
new file mode 100644
index 0000000..d89b9d6
--- /dev/null
+++ b/LayoutTests/fast/encoding/external-script-charset.xhtml
@@ -0,0 +1,7 @@
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" dir="ltr">
+<body>
+ <p>Test that external scripts in XHTML documents inherit document charset.</p>
+ <div id="result"></div>
+ <script type="text/javascript" src="external-script-charset.js"></script>
+</body>
+</html>