https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 2a4f272981f07911c52195e7358c84dea434d264 authored by Chris Nardi on 07 April 2018, 01:36:26 UTC
Update expected cssText for custom property serialization
Tip revision: 2a4f272
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