blob: ccebedbb8ad4ed860022cc802671f63d82e91374 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script type="module">
import "./resources/module-script-wrong-mime.txt";
</script>
<script type="module">
test(
() => assert_equals(undefined, window.ran_invalid_mime_script),
"module script with invalid mime type shouldn't have run.");
</script>