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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html

Issue 2807533003: [WIP2] off-main-thread loading
Patch Set: call set_is_secure_context in EmbeddedSharedWorkerStub::CreateWorkerFetchContext() Created 3 years, 8 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: third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html b/third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html
index 3d09a90cdfcbe92f9be18298f393e6553c705ea9..a4b6d18289003095ff974e916b1a82c903d1b421 100644
--- a/third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html
+++ b/third_party/WebKit/LayoutTests/http/tests/eventsource/workers/eventsource-csp-redirect.html
@@ -7,7 +7,7 @@
</head>
<body>
<script>
-startWorker("../script-tests/eventsource-csp-redirect.js");
+startWorker("../script-tests/eventsource-csp-redirect-worker.php");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698