https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 86810a8ba02b013c4d54c6bc3aebb21fb2c321cf authored by Josh Matthews on 05 October 2018, 00:14:14 UTC
Fix typo in focus-visible selector test.
Tip revision: 86810a8
bad-underlying-sinks.sharedworker.html
<!DOCTYPE html>
<meta charset="utf-8">
<title>bad-underlying-sinks.js shared worker wrapper file</title>

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

<script>
'use strict';
fetch_tests_from_worker(new SharedWorker('bad-underlying-sinks.js'));
</script>
back to top