chromium/third_party/blink/web_tests/external/wpt/html/semantics/scripting-1/the-script-element/module/top-level-await/sibling-imports-not-blocked__microtask__check-set-async.js

globalThis.checkMicrotask = "PASS";
await 0;
globalThis.checkMicrotask = "FAIL";