summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/import-attributes/unsupported-attribute.js
blob: 2fc6829cfbf58ff84c4d17d08e4397cfcf44fca6 (plain)
1
2
import "./hello.js" with { unsupportedAttributeKey: "unsupportedAttributeValue" };
log.push("unsupported-attribute");