tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / xmlhttprequest / xmlhttprequest-responsetype-document-expected.txt
1 Tests XMLHttpRequest 'document' loading with the .responseType and .response attributes.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5 PASS responseType property exists.
6 PASS response property exists.
7 PASS xhr.responseType has been correctly set to 'document'.
8 PASS DONE LOADING
9 PASS received response object of type : object.
10 PASS exception correctly thrown when xhr.responseType is set to valid value too late in the loading process : Error: INVALID_STATE_ERR: DOM Exception 11.
11 PASS xhr.response is a Document.
12 PASS xhr.response == xhr.responseXML.
13 PASS successfullyParsed is true
14
15 TEST COMPLETE
16