- From: isonmad <notifications@github.com>
- Date: Thu, 03 Nov 2016 06:02:12 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 3 November 2016 13:02:43 UTC
isonmad 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');
It does? Where is `worker_test()` defined anyway?
--
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
Received on Thursday, 3 November 2016 13:02:43 UTC