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

Unified Diff: LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html

Issue 921673003: [Fetch] Split layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/block-mixed-content-nocors-base-https.html
diff --git a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-workers.html b/LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html
similarity index 83%
copy from LayoutTests/http/tests/fetch/script-tests/TEMPLATE-workers.html
copy to LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html
index 596b9235073e60ee01913a01c76196edd601c843..a0115a39025d00eb5442316ecfca91778f8a366d 100644
--- a/LayoutTests/http/tests/fetch/script-tests/TEMPLATE-workers.html
+++ b/LayoutTests/http/tests/fetch/workers/block-mixed-content-nocors-base-https.html
@@ -8,7 +8,7 @@
<script>
function start(t) {
fetch_tests_from_worker(
- new Worker('../script-tests/TESTNAME.js?OPTIONS'));
+ new Worker('../script-tests/block-mixed-content-nocors.js?-base-https'));
t.done();
}
function init() {

Powered by Google App Engine
This is Rietveld 408576698