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

Unified Diff: LayoutTests/http/tests/eventsource/eventsource-reconnect-expected.txt

Issue 347043002: Rework EventSource tests for better Worker test coverage. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move out CORS tests Created 6 years, 6 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
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

Powered by Google App Engine
This is Rietveld 408576698