blob: 22e10c5bdfb77f12eebdd66a9ca64fa3bbd15ef6 [file] [log] [blame]
This tests the XMLHttpRequest responseXML loading an XML document with responseType "document".
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS xhr.responseXML is non-null.
PASS xhr.responseXML instanceof Document is true
PASS id3 is non-null.
PASS id3.textContent is "Three"
PASS successfullyParsed is true
TEST COMPLETE