Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-reconnect-expected.txt
index 4d3e2ae..5808bbd 100644 (file)
@@ -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