Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / eventsource / eventsource-events-after-close-expected.txt
index 0e9bf5b..381f662 100644 (file)
@@ -1,4 +1,11 @@
-Test that no more message events are fired after EventSource.close() is called, even if it means discarding events that were already processed. Passes if only one message is received.
+Test that no more message events are fired after EventSource.close() is called, even if it means discarding events that were already processed.
 
-Got message #1
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS es = new EventSource("/eventsource/resources/event-stream.php"); did not throw exception.
+PASS Got message #1
+PASS successfullyParsed is true
+
+TEST COMPLETE