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

Unified Diff: LayoutTests/http/tests/fetch/window/response-content-other-https.html

Issue 1267263003: Rename fetch layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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/response-content-other-https.html
diff --git a/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html b/LayoutTests/http/tests/fetch/window/response-content-other-https.html
similarity index 92%
copy from LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html
copy to LayoutTests/http/tests/fetch/window/response-content-other-https.html
index 2876d7290cc2025aed78e0e990fa150e97dd16ec..b1785d6c7bd9c2ccee171444ad6780d5f3187d9b 100644
--- a/LayoutTests/http/tests/fetch/window/fetch-base-https-other-https.html
+++ b/LayoutTests/http/tests/fetch/window/response-content-other-https.html
@@ -12,7 +12,7 @@
<script>
function start(t) {
var script = document.createElement('script');
- script.src = '../script-tests/fetch.js?-base-https-other-https';
+ script.src = '../script-tests/response-content.js?-other-https';
script.addEventListener(
'error',
function() { unreached_rejection(t); });

Powered by Google App Engine
This is Rietveld 408576698