mirror of
https://github.com/servo/servo.git
synced 2025-06-24 09:04:33 +01:00
12 lines
390 B
HTML
12 lines
390 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>properties.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('properties.js', 'Service worker test setup');
|
|
</script>
|