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

Unified Diff: LayoutTests/http/tests/fetch/window/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/window/block-mixed-content-nocors-base-https.html
diff --git a/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https.html b/LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
similarity index 90%
copy from LayoutTests/http/tests/fetch/window/block-mixed-content-base-https.html
copy to LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
index 0857d4b487861b812430461e4ad1ad5ee1cad394..ebcad5854bcf1bfd56560283579b3bb6f9021c51 100644
--- a/LayoutTests/http/tests/fetch/window/block-mixed-content-base-https.html
+++ b/LayoutTests/http/tests/fetch/window/block-mixed-content-nocors-base-https.html
@@ -10,7 +10,7 @@
<script>
function start(t) {
var script = document.createElement('script');
- script.src = '../script-tests/block-mixed-content.js?-base-https';
+ script.src = '../script-tests/block-mixed-content-nocors.js?-base-https';
script.addEventListener(
'error',
function() { unreached_rejection(t); });

Powered by Google App Engine
This is Rietveld 408576698