summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/import-attributes/invalid-type-attribute.js
blob: 10e35b6b56f6d341eafc1b141c9f1b251df3e342 (plain)
1
2
import "./hello.js#1" with { type: "notARealType" };
log.push("invalid-type-attribute");