Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/scripting-1/the-script-element/microtasks/checkpoint-after-window-onerror-module.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Microtask checkpoint after window.onerror events (module)</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/checkpoint-after-error-event.js" type="module"></script>
<script type="module">self.postMessage("foo");</script>
</head>