Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/decision_task
/
.
/
infrastructure
/
expected-fail
/
precondition-without-setup.html
blob: 12188dbdaeb516c8f67cedf78b0989720c81fdac [
file
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
utf-8
>
<title>
Precondition without wrapping setup
</title>
<script
src
=
"/resources/testharness.js"
></script>
<script
src
=
"/resources/testharnessreport.js"
></script>
<script>
assert_precondition
(
false
);
</script>