https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 220550a5ff779548d669998a623bf6fc14f6d290 authored by Christian Biesinger on 26 January 2016, 01:17:40 UTC
[css-sizing-3] Add tests for percentage resolution
Tip revision: 220550a
properties.serviceworker.https.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>
back to top