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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/templated.html

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor test tweaks Created 5 years, 1 month 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/streams/readable-streams/templated.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/templated.html b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/templated.html
new file mode 100644
index 0000000000000000000000000000000000000000..b9581779a6167eb0c4e22829dc026ca721cbe643
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/templated.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<meta name="timeout" content="long">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="/serviceworker/resources/test-helpers.js"></script>
+
+<script src="../resources/test-utils.js"></script>
+<script src="../resources/rs-test-templates.js"></script>
+<script src="templated.js"></script>
+<script>
+'use strict';
+fetch_tests_from_worker(new Worker('templated.js'));
+fetch_tests_from_worker(new SharedWorker('templated.js'));
+service_worker_test('templated.js');
+</script>

Powered by Google App Engine
This is Rietveld 408576698