Files
UXP-Fixed/testing/web-platform/tests/fetch/api/basic/integrity-sharedworker.html
T
2018-02-02 04:16:08 -05:00

16 lines
444 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fetch in sharedworker: integrity handling</title>
<meta name="help" href="https://fetch.spec.whatwg.org/#main-fetch">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
fetch_tests_from_worker(new SharedWorker("integrity.js?pipe=sub"));
</script>
</body>
</html>