summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/scripting-1/the-script-element/microtasks/checkpoint-after-window-onerror-module.html
blob: 728ce32c38ce042993388fff8a6dd5e00fdd17cf (plain)
1
2
3
4
5
6
7
8
9
<!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>