Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / xmlhttprequest / xmlhttprequest-bad-mimetype-expected.txt
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
2 This test checks for <rdar://problem/5303567> REGRESSION: XMLHttpRequest.responseXML returns NULL if response MIME type is not XML -- breaks Wikipedia widget
3
4 PASS: No exception.
5 readyState: 4 (number)
6 responseText: <?xml version="1.0" encoding="UTF-8"?>... (string)
7 responseXML: [object XMLDocument] (object)
8 status: 0 (number)
9 statusText:  (string)
10