servo/tests/wpt/web-platform-tests/infrastructure/expected-fail/uncaught-exception.html

8 lines
248 B
HTML

<!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>