checkpoint-after-window-onerror.html (354B)
1 <!DOCTYPE html> 2 <head> 3 <meta charset="utf-8"> 4 <title>Microtask checkpoint after window.onerror events (classic)</title> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 <script src="resources/checkpoint-after-error-event.js"></script> 8 <script>self.postMessage("foo");</script> 9 </head>