4d3e2aeecc9c1882524f300f00564985cc35a18b
[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. Should print a series of PASS messages followed by DONE.
2
3 PASS: state is CONNECTING
4 PASS: state is OPEN
5 PASS: got lastEventId "77"
6 PASS: state is CONNECTING
7 PASS: state is OPEN
8 PASS: Last-Event-ID header and the lastEventId property were correct
9 PASS: state is CLOSED
10 DONE
11