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

Unified Diff: LayoutTests/http/tests/fetch/resources/thorough-worker.js

Issue 1267263003: Rename fetch layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/fetch/resources/thorough-worker.js
diff --git a/LayoutTests/http/tests/fetch/resources/fetch-access-control-worker.js b/LayoutTests/http/tests/fetch/resources/thorough-worker.js
similarity index 89%
rename from LayoutTests/http/tests/fetch/resources/fetch-access-control-worker.js
rename to LayoutTests/http/tests/fetch/resources/thorough-worker.js
index b7be2810deebce36b8b215123c60781c5f91f251..8a4a3872b325541f21c98cf19f6d5bc12599c388 100644
--- a/LayoutTests/http/tests/fetch/resources/fetch-access-control-worker.js
+++ b/LayoutTests/http/tests/fetch/resources/thorough-worker.js
@@ -1,5 +1,5 @@
importScripts('fetch-test-options.js');
-importScripts('fetch-access-control-util.js');
+importScripts('thorough-util.js');
var port = undefined;
var isTestTargetFetch = false;
@@ -27,7 +27,7 @@ self.addEventListener('fetch', function(event) {
.then(function(message) {
var response = message.response;
message.response = undefined;
- // Send the result to fetch-access-control-util.js.
+ // Send the result to thorough-control-util.js.
port.postMessage(message);
return response;
})

Powered by Google App Engine
This is Rietveld 408576698