https://github.com/web-platform-tests/wpt
Raw File
Tip revision: b37554af5f79636c174f10d2ea9732f87422ba85 authored by Simon Sapin on 17 April 2016, 14:22:08 UTC
Revert spec deviations for now.
Tip revision: b37554a
byte-length-queuing-strategy.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/service-workers/service-workers/resources/test-helpers.js"></script>
<script src="resources/test-initializer.js"></script>

<script src="byte-length-queuing-strategy.js"></script>
<script>
'use strict';
worker_test('byte-length-queuing-strategy.js');
</script>
back to top