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

Unified Diff: LayoutTests/http/tests/fetch/workers/stream-reader.html

Issue 837673002: Introduce ExclusiveStreamReader. (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/stream-reader.html
diff --git a/LayoutTests/http/tests/fetch/workers/request.html b/LayoutTests/http/tests/fetch/workers/stream-reader.html
similarity index 76%
copy from LayoutTests/http/tests/fetch/workers/request.html
copy to LayoutTests/http/tests/fetch/workers/stream-reader.html
index c3e78acbfd399df584795759b51619a3488e7345..e11e72351b8cf5ead658b657c936d881a17bf1eb 100644
--- a/LayoutTests/http/tests/fetch/workers/request.html
+++ b/LayoutTests/http/tests/fetch/workers/stream-reader.html
@@ -3,5 +3,5 @@
<script src="/resources/testharnessreport.js"></script>
<script>
fetch_tests_from_worker(
- new Worker('../script-tests/request.js'));
+ new Worker('../script-tests/stream-reader.js'));
</script>

Powered by Google App Engine
This is Rietveld 408576698