Re: [whatwg/streams] test non-function strategy.size (#594)

ricea commented on this pull request.



> @@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<meta charset="utf-8">
+<script src="/resources/testharness.js"></script>
+<script src="/resources/testharnessreport.js"></script>
+<script src="/service-workers/service-worker/resources/test-helpers.sub.js"></script>
+<script src="/streams/resources/test-initializer.js"></script>
+<style src="/resources/testharness.css"/>
+
+<script src="bad-strategies.js"></script>
+<script>
+'use strict';
+worker_test('bad-strategies.js');
+service_worker_test('bad-strategies.js');

`worker_test()` already runs `service_worker_test()`, so this is unnecessary.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/594#pullrequestreview-6994969

Received on Thursday, 3 November 2016 12:33:25 UTC