Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-reconnect-expected.txt
blob9b405cc9e4e557f59d668efa5ec88e543b841d24
1 Test EventSource reconnect after end of event stream.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS es.readyState is es.CONNECTING
7 PASS es.readyState is es.OPEN
8 PASS evt.lastEventId is "77☃"
9 PASS es.readyState is es.CONNECTING
10 PASS es.readyState is es.OPEN
11 PASS evt.data is "77☃"
12 PASS evt.lastEventId is "77☃"
13 PASS es.readyState is es.CLOSED
14 PASS successfullyParsed is true
16 TEST COMPLETE