Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Side by Side Diff: LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt

Issue 836823002: Encode the Last-Event-ID header in EventSource as UTF-8. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/eventsource/resources/reconnect.php » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Test EventSource reconnect after end of event stream. 1 Test EventSource reconnect after end of event stream.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS es.readyState is es.CONNECTING 6 PASS es.readyState is es.CONNECTING
7 PASS es.readyState is es.OPEN 7 PASS es.readyState is es.OPEN
8 PASS evt.lastEventId is "77" 8 PASS evt.lastEventId is "77"
9 PASS es.readyState is es.CONNECTING 9 PASS es.readyState is es.CONNECTING
10 PASS es.readyState is es.OPEN 10 PASS es.readyState is es.OPEN
11 PASS evt.data is "77" 11 PASS evt.data is "77"
12 PASS evt.lastEventId is "77" 12 PASS evt.lastEventId is "77"
13 PASS es.readyState is es.CLOSED 13 PASS es.readyState is es.CLOSED
14 PASS successfullyParsed is true 14 PASS successfullyParsed is true
15 15
16 TEST COMPLETE 16 TEST COMPLETE
17 17
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/eventsource/resources/reconnect.php » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698