Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / xmlhttprequest / getAllResponseHeaders-expected.txt
blob4496c8c5f5d90128d1a9a83eaac3bfaf16cd14f2
1 Test the required behavior of XMLHttpRequest.getAllResponseHeaders()
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS {state: 0}; headerValues = xhr.getAllResponseHeaders(); did not throw exception.
7 PASS headerValues is the empty string
8 PASS {state: 1}; headerValues = xhr.getAllResponseHeaders(); did not throw exception.
9 PASS headerValues is the empty string
10 PASS getAllResponseHeaders() result is empty in ready state 1.
11 PASS xhr.open("GET", "resources/1251.html", true); did not throw exception.
12 PASS {state: 1}; headerValues = xhr.getAllResponseHeaders(); did not throw exception.
13 PASS headerValues is the empty string
14 PASS xhr.send(null); did not throw exception.
15 PASS {state: 2}; headerValues = xhr.getAllResponseHeaders(); did not throw exception.
16 PASS headerValues is not the empty string
17 PASS Header values appears to be conforming.
18 PASS {state: 3}; headerValues = xhr.getAllResponseHeaders(); did not throw exception.
19 PASS headerValues is not the empty string
20 PASS responseHeaders is savedHeaders
21 PASS {state: 4}; headerValues = xhr.getAllResponseHeaders(); did not throw exception.
22 PASS headerValues is not the empty string
23 PASS responseHeaders is savedHeaders
24 PASS successfullyParsed is true
26 TEST COMPLETE