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

Unified Diff: LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/scheme-data-other-https.html

Issue 1283163003: [Fetch][WIP] Support blob:, about:, and data: URLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup. Created 5 years, 3 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/scheme-data-other-https.html
diff --git a/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-nocors-other-https.html b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/scheme-data-other-https.html
similarity index 94%
copy from LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-nocors-other-https.html
copy to LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/scheme-data-other-https.html
index 385431491c86ce0f8ac1006b0e1508772743be4b..aea76da0115c92d80649e067bb54793cb4fdf678 100644
--- a/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/auth-nocors-other-https.html
+++ b/LayoutTests/http/tests/fetch/serviceworker-proxied/thorough/scheme-data-other-https.html
@@ -13,7 +13,7 @@ function onlyOnServiceWorkerProxiedTest(checkFuncs) {
return checkFuncs;
}
</script>
-<script src = "/fetch/script-tests/thorough/auth-nocors.js?-other-https"></script>
+<script src = "/fetch/script-tests/thorough/scheme-data.js?-other-https"></script>
</head>
<body>
<script>

Powered by Google App Engine
This is Rietveld 408576698