summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/infrastructure/expected-fail/unhandled-rejection.html
blob: f25f6e088fa06fbcd38b62929309e761b0060988 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<meta charset=utf-8>
<title>Unhandled rejection</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
Promise.reject(new Error("error outside any setup or test"));
</script>