mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
11 lines
301 B
HTML
11 lines
301 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>patched-global.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('patched-global.js'));
|
|
</script>
|