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

Unified Diff: LayoutTests/http/tests/eventsource/workers/eventsource-status-code-states.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/workers/eventsource-status-code-states.html
diff --git a/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata.html b/LayoutTests/http/tests/eventsource/workers/eventsource-status-code-states.html
similarity index 67%
copy from LayoutTests/http/tests/xmlhttprequest/workers/post-formdata.html
copy to LayoutTests/http/tests/eventsource/workers/eventsource-status-code-states.html
index 3acfca87f5bdfb0ba64287230c95a1fd0329071c..d143c5f7dad0ca70121471fb64c48ad7d4f10cab 100644
--- a/LayoutTests/http/tests/xmlhttprequest/workers/post-formdata.html
+++ b/LayoutTests/http/tests/eventsource/workers/eventsource-status-code-states.html
@@ -5,7 +5,7 @@
</head>
<body>
<script>
-startWorker("./resources/post-formdata-worker.js");
+startWorker("../script-tests/eventsource-status-code-states.js");
</script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698