Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-cors-no-server-expected.txt
blob82e43c71a2adbfff09d95ae04078dd3a64dc1a20
1 Test that EventSource tries to reconnect if there's no server response when making cross-origin requests.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS es = new EventSource("http://127.0.0.1:12345/event-stream") did not throw exception.
7 PASS got error event and readyState is CONNECTING
8 PASS es = new EventSource("http://localhost:54321/event-stream") did not throw exception.
9 PASS got error event and readyState is CONNECTING
10 PASS successfullyParsed is true
12 TEST COMPLETE