Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / zero-length-response-sync-expected.txt
blob1e3aa33ff3c325d7008e9e8aae4b187c2d273f9f
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 Test for bug 5924 - zero-length responses to XMLHTTPRequest mishandled.
4 after creation: Uninitialized
5 ResponseText: ""
6 after setting onreadystatechange: Uninitialized
7 after open(): Open
8 after overrideMimeType(): Open
9 after send(): Loaded
10   Status: 200
11   StatusText: "OK"
12   ResponseText: ""
13   ResponseXML: null
14   ResponseXML serialized: n/a