- From: Adam Rice <notifications@github.com>
- Date: Thu, 03 Nov 2016 06:33:08 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 3 November 2016 13:33:39 UTC
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'); The "real" version is at https://github.com/w3c/web-platform-tests/blob/master/streams/resources/test-initializer.js -- 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:33:39 UTC