chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/import-attributes/invalid-type-attribute.js

import "./hello.js#1" with { type: "notARealType" };
log.push("invalid-type-attribute");