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

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

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

Powered by Google App Engine
This is Rietveld 408576698