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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html

Issue 1827373002: Add another body function returning a V8 Extra ReadableStream to Response (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard-base-https-other-https.html b/third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html
similarity index 93%
copy from third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard-base-https-other-https.html
copy to third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html
index 38d4d39bca85860a391a9ce4ac540b456455c55a..922abfc66498f0009f69cf02910c20b6732faad0 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/window/headers-guard-base-https-other-https.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/window/v8-extra-body-base-https-other-https.html
@@ -13,7 +13,7 @@
<script>
function start(t) {
var script = document.createElement('script');
- script.src = '../script-tests/headers-guard.js?-base-https-other-https';
+ script.src = '../script-tests/v8-extra-body.js?-base-https-other-https';
script.addEventListener(
'error',
function() { unreached_rejection(t); });

Powered by Google App Engine
This is Rietveld 408576698