https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c6e42ae9ffe6cddd051c82b3fe0cb982f5861032 authored by Robert Ma on 22 March 2018, 19:02:06 UTC
Add .tox to global .gitignore
Tip revision: c6e42ae
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