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

Unified Diff: LayoutTests/http/tests/fetch/resources/fetch-test-helpers.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/fetch-test-helpers.js
diff --git a/LayoutTests/http/tests/fetch/resources/fetch-test-helpers.js b/LayoutTests/http/tests/fetch/resources/fetch-test-helpers.js
index 0a5f715e92dab38ef43260f60828437e49c99855..056b193442c3a3d80ddc5a09cfbb3e3cf01fd774 100644
--- a/LayoutTests/http/tests/fetch/resources/fetch-test-helpers.js
+++ b/LayoutTests/http/tests/fetch/resources/fetch-test-helpers.js
@@ -2,7 +2,7 @@ if (self.importScripts) {
importScripts('/resources/testharness.js');
importScripts('/resources/testharness-helpers.js');
importScripts('/serviceworker/resources/test-helpers.js');
- importScripts('../resources/fetch-test-options.js');
+ importScripts('/fetch/resources/fetch-test-options.js');
}
function getContentType(headers) {

Powered by Google App Engine
This is Rietveld 408576698