381f6626d23c557b8668cc13e396d8a801588aa4
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-events-after-close-expected.txt
1 Test that no more message events are fired after EventSource.close() is called, even if it means discarding events that were already processed.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS es = new EventSource("/eventsource/resources/event-stream.php"); did not throw exception.
7 PASS Got message #1
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11