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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html

Issue 2108573002: ServiceWorker: Add an API to fallback to renderer for CORS preflight (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
similarity index 95%
copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html
copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
index 2d0c91a59ba0cac01f9bd8bc14a986eb63df94a2..6982b759684b6ed484c793fc327cde90d9d6c4b5 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/cors-preflight.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/cors-preflight-nofetch.html
@@ -19,7 +19,7 @@ function onlyOnServiceWorkerProxiedTest(checkFuncs) {
<script>
var host_info = get_host_info();
function start(t) {
- executeServiceWorkerProxiedTests(TEST_TARGETS);
+ executeTestsFromControlledPage(TEST_TARGETS);
t.done();
}
function init(test) {

Powered by Google App Engine
This is Rietveld 408576698