add network/caching isolation regression test for importScripts
I realized I never checked if [WorkerGlobalScope.importScripts()](https://developer.mozilla.org/en-US/docs/Web/API/WorkerGlobalScope/importScripts) is properly isolated by cache and on the network. We can add it to our regression tests.
issue