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

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

Powered by Google App Engine
This is Rietveld 408576698