[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / LayoutTests / fast / xmlhttprequest / xmlhttprequest-responseXML-html-document-responsetype-quirks-expected.txt
1 This tests the XMLHttpRequest responseXML loading an HTML document in Quirks Mode with responseType "document".
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS xhr.responseXML is non-null.
7 PASS xhr.responseXML instanceof Document is true
8 The two open <br> elements should be siblings of one another and not nested per HTML parser spec.
9 PASS children.length is 5
10 PASS children[0].tagName is "DIV"
11 PASS children[0].id is "description"
12 PASS children[1].tagName is "BR"
13 PASS children[2].tagName is "BR"
14 PASS children[3].tagName is "DIV"
15 PASS children[3].id is "console"
16 PASS children[4].tagName is "SCRIPT"
17 PASS children[1].id is not "break-tag"
18 PASS xhr.responseXML.compatMode is "BackCompat"
19 PASS xhr.responseXML.compatMode is "BackCompat"
20 PASS successfullyParsed is true
21
22 TEST COMPLETE
23
24
25