mirror of
https://github.com/servo/servo.git
synced 2025-08-01 19:50:30 +01:00
12 lines
408 B
HTML
12 lines
408 B
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="count-queuing-strategy.js"></script>
|
|
<script>
|
|
'use strict';
|
|
worker_test('count-queuing-strategy.js');
|
|
</script>
|