blob: 4442d513753112fac2e35855268d0b246f01fa09 [file] [log] [blame]
<!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>