summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/errorhandling-wrongMimetype-import.js
blob: 286e1a422981dedaa965b1bb7bd4f44a66ca0b7d (plain)
1
2
3
4
5
6
7
8
import foo from "./errorhandling-wrongMimetype.js?pipe=header(Content-Type,text/plain)";

// We don't expect this code to run, the import above should fail!
// If we do run though, don't trigger an error that the testharness
// might misinterpret as the import itself failing to load.

var A = null;
export { A };