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

Unified Diff: LayoutTests/http/tests/eventsource/eventsource-cors-redirect.html

Issue 345813005: Rework EventSource CORS tests to be usable from Workers. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Generalize redirect.php?cors_enabled to cors_allow_origin 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-cors-redirect.html
diff --git a/LayoutTests/http/tests/eventsource/workers/eventsource-eof.html b/LayoutTests/http/tests/eventsource/eventsource-cors-redirect.html
similarity index 54%
copy from LayoutTests/http/tests/eventsource/workers/eventsource-eof.html
copy to LayoutTests/http/tests/eventsource/eventsource-cors-redirect.html
index 89ed16343325005047ba33844dbd67521b8a58bf..37a85493c4bf9642fbc03a978c0ab6f69d9b5b21 100644
--- a/LayoutTests/http/tests/eventsource/workers/eventsource-eof.html
+++ b/LayoutTests/http/tests/eventsource/eventsource-cors-redirect.html
@@ -2,10 +2,6 @@
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
+<script src="script-tests/eventsource-cors-redirect.js"></script>
</head>
-<body>
-<script>
-startWorker("../script-tests/eventsource-eof.js");
-</script>
-</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698