summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/microtasks/resources/evaluation-order-1-nothrow-setup.js
blob: 1b42e995937699bec3d693ac2efd06ae002e2314 (plain)
1
2
3
4
5
// Spec: https://html.spec.whatwg.org/C/#run-a-module-script
setupTest("Module script queueing a microtask", [
  "body",         // Step 6.
  "microtask",    // "Clean up after running script" at Step 8.
]);