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

Unified 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, 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/eventsource/resources/reconnect.php » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt
diff --git a/LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt b/LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt
index 5808bbd86871c424f6b00f22d8ab4f6a9ec635f2..9b405cc9e4e557f59d668efa5ec88e543b841d24 100644
--- a/LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt
+++ b/LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt
@@ -5,11 +5,11 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS es.readyState is es.CONNECTING
PASS es.readyState is es.OPEN
-PASS evt.lastEventId is "77"
+PASS evt.lastEventId is "77☃"
PASS es.readyState is es.CONNECTING
PASS es.readyState is es.OPEN
-PASS evt.data is "77"
-PASS evt.lastEventId is "77"
+PASS evt.data is "77☃"
+PASS evt.lastEventId is "77☃"
PASS es.readyState is es.CLOSED
PASS successfullyParsed is true
« 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