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..954e2e4801876e00c82735fadd1b0572d8f6409f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/templated.html |
@@ -0,0 +1,14 @@ |
+<!DOCTYPE html> |
+<meta charset="utf-8"> |
+<script src="/resources/testharness.js"></script> |
+<script src="/resources/testharnessreport.js"></script> |
+<script src="/serviceworker/resources/test-helpers.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> |