summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/external-script-charset.js
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/external-script-charset.js')
-rw-r--r--LayoutTests/fast/encoding/external-script-charset.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/external-script-charset.js b/LayoutTests/fast/encoding/external-script-charset.js
new file mode 100644
index 0000000..841824d
--- /dev/null
+++ b/LayoutTests/fast/encoding/external-script-charset.js
@@ -0,0 +1,4 @@
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+
+document.getElementById("result").innerHTML = ("Я" == "\u042F") ? "PASS" : "FAIL"; \ No newline at end of file