summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/module/top-level-await/sibling-imports-not-blocked__microtask__check-set-async.js
blob: 98930fed0b7a55d9194d502db075362617359c1b (plain)
1
2
3
globalThis.checkMicrotask = "PASS";
await 0;
globalThis.checkMicrotask = "FAIL";