promise-rejection-events.html (357B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>Promise rejection events tests: in a Window context</title> 4 <script src="/resources/testharness.js"></script> 5 <script src="/resources/testharnessreport.js"></script> 6 <link rel="help" href="https://html.spec.whatwg.org/#unhandled-promise-rejections"> 7 8 <script src="support/promise-rejection-events.js"></script>