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

Unified Diff: LayoutTests/http/tests/fetch/workers/thorough/scheme-data-base-https-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/workers/thorough/scheme-data-base-https-other-https.html
diff --git a/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html b/LayoutTests/http/tests/fetch/workers/thorough/scheme-data-base-https-other-https.html
similarity index 92%
copy from LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html
copy to LayoutTests/http/tests/fetch/workers/thorough/scheme-data-base-https-other-https.html
index 9b5bd79fc6643f073a3df6d2323fa3bc50d130df..f5dde891d01625d28bf541bb064206213f266c22 100644
--- a/LayoutTests/http/tests/fetch/workers/thorough/auth-nocors-base-https-other-https.html
+++ b/LayoutTests/http/tests/fetch/workers/thorough/scheme-data-base-https-other-https.html
@@ -11,7 +11,7 @@
var host_info = get_host_info();
function start(t) {
fetch_tests_from_worker(
- new Worker('/fetch/script-tests/thorough/auth-nocors.js?-base-https-other-https'));
+ new Worker('/fetch/script-tests/thorough/scheme-data.js?-base-https-other-https'));
t.done();
}
function init(test) {

Powered by Google App Engine
This is Rietveld 408576698