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

Unified Diff: LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.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/thorough/scheme-blob.html
diff --git a/LayoutTests/http/tests/fetch/serviceworker/thorough/cookie.html b/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html
similarity index 90%
copy from LayoutTests/http/tests/fetch/serviceworker/thorough/cookie.html
copy to LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html
index c975cd83af0827dd77bd1998ce2d2a15cda4c3c2..7283d729cef5de78d235dafad881774251068ec5 100644
--- a/LayoutTests/http/tests/fetch/serviceworker/thorough/cookie.html
+++ b/LayoutTests/http/tests/fetch/serviceworker/thorough/scheme-blob.html
@@ -11,8 +11,8 @@
var host_info = get_host_info();
function start(t) {
service_worker_test(
- '/fetch/script-tests/thorough/cookie.js?',
- 'cookie');
+ '/fetch/script-tests/thorough/scheme-blob.js?',
+ 'scheme-blob');
t.done();
}
function init(test) {

Powered by Google App Engine
This is Rietveld 408576698