summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/xml-utf-8-default.xml
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/xml-utf-8-default.xml')
-rw-r--r--LayoutTests/fast/encoding/xml-utf-8-default.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/xml-utf-8-default.xml b/LayoutTests/fast/encoding/xml-utf-8-default.xml
new file mode 100644
index 0000000..1f07505
--- /dev/null
+++ b/LayoutTests/fast/encoding/xml-utf-8-default.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<body>
+<p>When dumped into a text file by the test controller, this needs to be viewed as UTF-8:</p>
+<p>This is an em dash, —, this is is a delta symbol, ∆, this is an uppercase pi, ∏, and this is a lowercase pi, π.</p>
+<script>if (window.layoutTestController) layoutTestController.dumpAsText();</script>
+</body>
+</html>