blob: db9b94320cfe56b7868b0db8baa4208f4477bd1b [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Fetch in worker: Access-Control-Expose-Headers: *</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
fetch_tests_from_worker(new Worker("cors-expose-star.js?pipe=sub"));
</script>
</body>
</html>