Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / xmlhttprequest / xmlhttprequest-responseXML-invalid-xml-expected.txt
blobc6270877234bb69b9b05b056a3766cc914c5f79a
1 This tests the XMLHttpRequest responseXML attribute value when given invalid XML data.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS xhr.readyState is 4
7 PASS xhr.responseXML is null
8 PASS successfullyParsed is true
10 TEST COMPLETE