mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
0b95dd0775
MozReview-Commit-ID: 4ow7Qzx6nhD
13 lines
414 B
HTML
13 lines
414 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>count-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('count-queuing-strategy.js', 'Service worker test setup');
|
|
</script>
|