https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 664d5705e7ec00e69c5ed40ee47d12ef203a8622 authored by Simon Pieters on 18 October 2018, 07:49:54 UTC
Address comments
Tip revision: 664d570
responseXML-unavailable-in-worker.html
<!doctype html>
<html>
<head>
    <meta charset="utf-8">
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
    fetch_tests_from_worker(new Worker("resources/responseXML-unavailable-in-worker.js"));
</script>
</body>
</html>
back to top