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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-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/thorough/scheme-blob-base-https-other-https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-data-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html
similarity index 89%
copy from third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-data-base-https-other-https.html
copy to third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html
index 5ce6dcd515b2041dcc340f86c81d020a2e21a409..780f61b0b94d6bee88c9e10cdccfe3864ba1919b 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-data-base-https-other-https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob-base-https-other-https.html
@@ -11,8 +11,8 @@
var host_info = get_host_info();
function start(t) {
service_worker_test(
- '/fetch/script-tests/thorough/scheme-data.js?-base-https-other-https',
- 'scheme-data');
+ '/fetch/script-tests/thorough/scheme-blob.js?-base-https-other-https',
+ 'scheme-blob');
t.done();
}
function init(test) {

Powered by Google App Engine
This is Rietveld 408576698