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 4d3e2aeecc9c1882524f300f00564985cc35a18b..5808bbd86871c424f6b00f22d8ab4f6a9ec635f2 100644 |
--- a/LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt |
+++ b/LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt |
@@ -1,11 +1,17 @@ |
-Test EventSource reconnect after end of event stream. Should print a series of PASS messages followed by DONE. |
- |
-PASS: state is CONNECTING |
-PASS: state is OPEN |
-PASS: got lastEventId "77" |
-PASS: state is CONNECTING |
-PASS: state is OPEN |
-PASS: Last-Event-ID header and the lastEventId property were correct |
-PASS: state is CLOSED |
-DONE |
+Test EventSource reconnect after end of event stream. |
+ |
+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 es.readyState is es.CONNECTING |
+PASS es.readyState is es.OPEN |
+PASS evt.data is "77" |
+PASS evt.lastEventId is "77" |
+PASS es.readyState is es.CLOSED |
+PASS successfullyParsed is true |
+ |
+TEST COMPLETE |