https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 7208979a308347c4379e0669b83de1a013176a2b authored by Yutaka Hirano on 24 April 2018, 07:30:37 UTC
fix
Tip revision: 7208979
byte-length-queuing-strategy.serviceworker.https.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>byte-length-queuing-strategy.js service worker wrapper file</title>

<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>
'use strict';
service_worker_test('byte-length-queuing-strategy.js', 'Service worker test setup');
</script>
back to top