https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 94e78fddb888185d7d5d0f737c4c9b84bd638d59 authored by Mike Taylor on 30 March 2018, 21:08:48 UTC
Add tests for Event.srcElement
Tip revision: 94e78fd
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