Revision 49cbe8a9470283ecfeaa05ae7c1b9e638dfff8bd authored by Chris Nardi on 19 March 2018, 18:15:09 UTC, committed by Chris Nardi on 19 March 2018, 18:15:09 UTC
1 parent 6a53acc
Raw File
open-url-worker-origin.htm
<!DOCTYPE html>
<meta charset="utf-8">
<title>XMLHttpRequest: worker scripts, origin and referrer</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
fetch_tests_from_worker(new Worker("resources/workerxhr-origin-referrer.js"));
</script>
back to top