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

Unified Diff: LayoutTests/http/tests/fetch/window/thorough/cors-preflight-base-https-other-https.html

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/window/thorough/cors-preflight-base-https-other-https.html
diff --git a/LayoutTests/http/tests/fetch/window/fetch-access-control-nocors-base-https-other-https.html b/LayoutTests/http/tests/fetch/window/thorough/cors-preflight-base-https-other-https.html
similarity index 63%
rename from LayoutTests/http/tests/fetch/window/fetch-access-control-nocors-base-https-other-https.html
rename to LayoutTests/http/tests/fetch/window/thorough/cors-preflight-base-https-other-https.html
index 5fa2d6deb326542683151f33ebeb6a7e06d8f10f..c62205d55917084258c2ae8376f2faa47f14f069 100644
--- a/LayoutTests/http/tests/fetch/window/fetch-access-control-nocors-base-https-other-https.html
+++ b/LayoutTests/http/tests/fetch/window/thorough/cors-preflight-base-https-other-https.html
@@ -5,10 +5,10 @@
<script src = "/resources/testharness-helpers.js"></script>
<script src = "/resources/testharnessreport.js"></script>
<script src = "/serviceworker/resources/test-helpers.js"></script>
-<script src = "../resources/fetch-test-options.js"></script>
-<script src = "../resources/fetch-test-helpers.js"></script>
-<script src = "../resources/fetch-access-control-util.js"></script>
-<script src = "../script-tests/fetch-access-control-nocors.js?-base-https-other-https"></script>
+<script src = "/fetch/resources/fetch-test-options.js"></script>
+<script src = "/fetch/resources/fetch-test-helpers.js"></script>
+<script src = "/fetch/resources/thorough-util.js"></script>
+<script src = "/fetch/script-tests/thorough/cors-preflight.js?-base-https-other-https"></script>
</head>
<body>
<script>
@@ -21,5 +21,5 @@ function init(test) {
.then(function() {return login_https(test);});
}
</script>
-<script src = "../resources/init.js"></script>
+<script src = "/fetch/resources/init.js"></script>
</body>

Powered by Google App Engine
This is Rietveld 408576698