https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 264f89f94b7058331adfda70b23f97edbb0fccf5 authored by Simon Pieters on 31 May 2018, 13:53:38 UTC
Remove console.log
Tip revision: 264f89f
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