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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.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/workers/v8-extra-body.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch.html b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html
similarity index 89%
copy from third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch.html
copy to third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html
index 67d632731974687c675f04d2c1d954fa0fac5f52..540c195b1ce709e3d91c025086dcfaf9b2685d17 100644
--- a/third_party/WebKit/LayoutTests/http/tests/fetch/workers/fetch.html
+++ b/third_party/WebKit/LayoutTests/http/tests/fetch/workers/v8-extra-body.html
@@ -9,7 +9,7 @@
<script>
function start(t) {
fetch_tests_from_worker(
- new Worker('../script-tests/fetch.js?'));
+ new Worker('../script-tests/v8-extra-body.js?'));
t.done();
}
function init() {

Powered by Google App Engine
This is Rietveld 408576698