summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/encoding/invalid-xml-expected.txt
blob: a4c0b0e2221e47c68957a1a1318830df9152c2f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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