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
start.dedicatedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>start.js dedicated worker wrapper file</title>

<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>

<script>
'use strict';
fetch_tests_from_worker(new Worker('start.js'));
</script>
back to top