blob: 2f97a5e852a8b3507f14ff81b0c3bac553566487 [file] [log] [blame]
[Worker] Test that EventSource tries to reconnect if there's no server response when making cross-origin requests.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Starting worker: ../script-tests/eventsource-cors-no-server.js
PASS [Worker] es = new EventSource("http://127.0.0.1:12345/event-stream") did not throw exception.
PASS [Worker] got error event and readyState is CONNECTING
PASS [Worker] es = new EventSource("http://localhost:54321/event-stream") did not throw exception.
PASS [Worker] got error event and readyState is CONNECTING
PASS successfullyParsed is true
TEST COMPLETE