https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 9e34bb15e5b4662e9d59ec01e9d0e228e49b44ee authored by Jake Archibald on 06 April 2018, 15:33:01 UTC
Testing range header is actually sent to the server
Tip revision: 9e34bb1
WorkerGlobalScope_importScripts_NosniffErr.htm
<!DOCTYPE html>
<title> importScripts() with nosniff X-Content-Type-Options </title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
fetch_tests_from_worker(new Worker('./support/ImportScriptsNosniffErr.js'));
</script>
back to top