Index: third_party/WebKit/LayoutTests/http/tests/streams/count-queuing-strategy.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/count-queuing-strategy.html b/third_party/WebKit/LayoutTests/http/tests/streams/count-queuing-strategy.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ce0701b30c4a75e9174bddefc21f92e8fb46403e |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/count-queuing-strategy.html |
@@ -0,0 +1,13 @@ |
+<!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="count-queuing-strategy.js"></script> |
+<script> |
+'use strict'; |
+fetch_tests_from_worker(new Worker('count-queuing-strategy.js')); |
+fetch_tests_from_worker(new SharedWorker('count-queuing-strategy.js')); |
+service_worker_test('count-queuing-strategy.js'); |
+</script> |