[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / xmlhttprequest / xmlhttprequest-responsetype-text-expected.txt
1 Tests XMLHttpRequest 'text' 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 responseText
6 <?xml version="1.0"?>
7 <!DOCTYPE doc [
8 <!ATTLIST d id ID #IMPLIED>
9 ]>
10 <doc>
11   <foo xmlns="foobar">One</foo> <x:bar xmlns:x="barfoo">Two</x:bar>
12   <d id="id3">Three</d>
13 </doc>
14
15 PASS responseType property exists.
16 PASS response property exists.
17 PASS xhr.responseType has been correctly set to 'text'.
18 PASS DONE LOADING
19 PASS received response object of type : string.
20 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.
21 PASS xhr.response == xhr.responseText.
22 PASS successfullyParsed is true
23
24 TEST COMPLETE
25