Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors.html

Issue 921673003: [Fetch] Split layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors.html
diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors.html
similarity index 91%
copy from LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth.html
copy to LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors.html
index a969e9d416a3fdb9011a55fcdd368f877dc40de5..02bee13ec31f16482d1df2b58fe59fb895ef7920 100644
--- a/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-auth.html
+++ b/LayoutTests/http/tests/fetch/serviceworker-proxied/fetch-access-control-cookie-nocors.html
@@ -12,7 +12,7 @@ function onlyOnServiceWorkerProxiedTest(checkFuncs) {
return checkFuncs;
}
</script>
-<script src = "../script-tests/fetch-access-control-auth.js?"></script>
+<script src = "../script-tests/fetch-access-control-cookie-nocors.js?"></script>
</head>
<body>
<script>

Powered by Google App Engine