summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/yentest2.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/yentest2.html')
-rw-r--r--LayoutTests/fast/encoding/yentest2.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/yentest2.html b/LayoutTests/fast/encoding/yentest2.html
new file mode 100644
index 0000000..132069c
--- /dev/null
+++ b/LayoutTests/fast/encoding/yentest2.html
@@ -0,0 +1,16 @@
+<HTML>
+<HEAD>
+<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=shift-jis">
+<script src="resources/yentestexternal2.js" type="text/javascript"></script>
+</HEAD>
+<BODY>
+<script>
+if (window.layoutTestController)
+ layoutTestController.dumpAsText();
+
+writeYenExternal();
+document.write("two backslashes inline: \\ <br>");
+document.write("one backslash inline: \ <br>");
+</script>
+</body>
+</html>