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