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 |