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

Unified Diff: LayoutTests/http/tests/fetch/script-tests/thorough/nocors.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/script-tests/thorough/nocors.js
diff --git a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-nocors.js b/LayoutTests/http/tests/fetch/script-tests/thorough/nocors.js
similarity index 96%
rename from LayoutTests/http/tests/fetch/script-tests/fetch-access-control-nocors.js
rename to LayoutTests/http/tests/fetch/script-tests/thorough/nocors.js
index 809ce9d551817a6cd0ba9acc16f1a9c737149804..3ecc47787dbdd4865fee2e4f48dbd362b6d7b47a 100644
--- a/LayoutTests/http/tests/fetch/script-tests/fetch-access-control-nocors.js
+++ b/LayoutTests/http/tests/fetch/script-tests/thorough/nocors.js
@@ -1,6 +1,6 @@
if (self.importScripts) {
- importScripts('../resources/fetch-test-helpers.js');
- importScripts('../resources/fetch-access-control-util.js');
+ importScripts('/fetch/resources/fetch-test-helpers.js');
+ importScripts('/fetch/resources/thorough-util.js');
}
var TEST_TARGETS = [

Powered by Google App Engine
This is Rietveld 408576698