Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-reconnect-expected.txt
1 Test EventSource reconnect after end of event stream.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
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
15
16 TEST COMPLETE
17