Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
infrastructure
/
expected-fail
/
uncaught-exception.html
blob: 4442d513753112fac2e35855268d0b246f01fa09 [
file
] [
log
] [
blame
] [
edit
]
<!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>