summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/microtasks/evaluation-order-1-nothrow-importScripts.any.js
blob: bacfc9fd04bdf3b9a66acd108982423f2246eb1f (plain)
1
2
3
4
5
6
7
8
9
10
11
// META: global=dedicatedworker,sharedworker
// META: script=./resources/evaluation-order-setup.js

// Spec: https://html.spec.whatwg.org/C/#run-a-classic-script
// called from https://html.spec.whatwg.org/C/#import-scripts-into-worker-global-scope
setupTest("importScripts() queueing a microtask then throwing an exception", [
  "body",
  "microtask",
]);

importScripts('./resources/evaluation-order-1-nothrow.js');