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

Unified Diff: LayoutTests/http/tests/eventsource/workers/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, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/http/tests/eventsource/workers/eventsource-reconnect-expected.txt
diff --git a/LayoutTests/http/tests/eventsource/workers/eventsource-reconnect-expected.txt b/LayoutTests/http/tests/eventsource/workers/eventsource-reconnect-expected.txt
index 7798f963a1d3bb8210699d6cacc246a4f2c81a51..0ff2d9ac3f7dd6097bbabd512aa02dbaf44a63f4 100644
--- a/LayoutTests/http/tests/eventsource/workers/eventsource-reconnect-expected.txt
+++ b/LayoutTests/http/tests/eventsource/workers/eventsource-reconnect-expected.txt
@@ -6,11 +6,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Starting worker: ../script-tests/eventsource-reconnect.js
PASS [Worker] es.readyState is es.CONNECTING
PASS [Worker] es.readyState is es.OPEN
-PASS [Worker] evt.lastEventId is "77"
+PASS [Worker] evt.lastEventId is "77☃"
PASS [Worker] es.readyState is es.CONNECTING
PASS [Worker] es.readyState is es.OPEN
-PASS [Worker] evt.data is "77"
-PASS [Worker] evt.lastEventId is "77"
+PASS [Worker] evt.data is "77☃"
+PASS [Worker] evt.lastEventId is "77☃"
PASS [Worker] es.readyState is es.CLOSED
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/http/tests/eventsource/script-tests/eventsource-reconnect.js ('k') | Source/core/page/EventSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698