3 <script src=
"/resources/testharness.js"></script>
4 <script src=
"/resources/testharnessreport.js"></script>
7 'With modulepreload link header, import maps should fire error events');
10 <script type=
"importmap" onerror=
"t.done()">
13 "../resources/log.js?pipe=sub&name=A":
"../resources/log.js?pipe=sub&name=B"
19 return import("../resources/log.js?pipe=sub&name=A")
20 .then(() => assert_array_equals(log
, ["log:A"]))
22 'With modulepreload link header, import maps are not effective');