Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-eof-expected.txt
blobdb8eab930d6b756606dd80090274ef6e1c8a6420
1 Test that EventSource discards event data if there is no newline before eof.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS evt.type is "message"
7 PASS evt.data is "DATA1"
8 PASS evt.lastEventId is "1"
9 PASS evt.type is "message"
10 PASS evt.data is "DATA2"
11 PASS evt.lastEventId is "2"
12 PASS evt.type is "message"
13 PASS evt.data is "DATA3"
14 PASS evt.lastEventId is "3"
15 PASS evt.type is "msg"
16 PASS evt.data is "DATA"
17 PASS evt.lastEventId is "3.1"
18 PASS successfullyParsed is true
20 TEST COMPLETE