servo/tests/wpt/web-platform-tests/streams/readable-streams/count-queuing-strategy-integration.https.html

12 lines
438 B
HTML

<!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="../resources/test-initializer.js"></script>
<script src="count-queuing-strategy-integration.js"></script>
<script>
'use strict';
worker_test('count-queuing-strategy-integration.js');
</script>