summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/invalid-xml-expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/encoding/invalid-xml-expected.txt')
-rw-r--r--LayoutTests/fast/encoding/invalid-xml-expected.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/LayoutTests/fast/encoding/invalid-xml-expected.txt b/LayoutTests/fast/encoding/invalid-xml-expected.txt
new file mode 100644
index 0000000..a4c0b0e
--- /dev/null
+++ b/LayoutTests/fast/encoding/invalid-xml-expected.txt
@@ -0,0 +1,16 @@
+Testing: invalid-xml-utf8.xml
+PASS iframe.contentDocument.documentElement.tagName is "root"
+PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true
+Testing: invalid-xml-utf16.xml
+PASS iframe.contentDocument.documentElement.tagName is "root"
+PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true
+Testing: invalid-xml-shift-jis.xml
+PASS iframe.contentDocument.documentElement.tagName is "root"
+PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true
+Testing: invalid-xml-x-mac-thai.xml
+FAIL iframe.contentDocument.documentElement.tagName should be root. Was html.
+PASS iframe.contentDocument.documentElement.getElementsByTagName('test').length < 1 is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+