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

Unified Diff: LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors.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/serviceworker-proxied/thorough/nocors.html
diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors.html
similarity index 64%
copy from LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control.html
copy to LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors.html
index 1bae2183b0ac300de8b41091c7f3567cf6b50394..7a915482339c2a69d1afb92e91a7621c3eba5828 100644
--- a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control.html
+++ b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/nocors.html
@@ -4,15 +4,15 @@
<script src = "/resources/testharness.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 = "/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>
function onlyOnServiceWorkerProxiedTest(checkFuncs) {
return checkFuncs;
}
</script>
-<script src = "../script-tests/fetch-access-control.js?"></script>
+<script src = "/fetch/script-tests/thorough/nocors.js?"></script>
</head>
<body>
<script>
@@ -26,5 +26,5 @@ function init(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