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

Unified Diff: LayoutTests/http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html

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-during-navigate-crash.html
diff --git a/LayoutTests/http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html b/LayoutTests/http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html
index aabbce9d3223bd8781081f8ac24d11f32fa684a5..ae84ad2a9f13d888bb7744983952547893b47e72 100644
--- a/LayoutTests/http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html
+++ b/LayoutTests/http/tests/eventsource/eventsource-reconnect-during-navigate-crash.html
@@ -1,7 +1,8 @@
-<html>
-<body>
-<p>Navigate while an EventSource reconnect timer is waiting, then have the reconnect timer trigger before the page unloads. We pass if we don't crash.
+<!DOCTYPE HTML>
+<script src="/js-test-resources/js-test.js"></script>
<script>
+description("Navigate while an EventSource reconnect timer is waiting, then have the reconnect timer trigger before the page unloads.");
+
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();

Powered by Google App Engine
This is Rietveld 408576698