Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
web_platform_tests
/
infrastructure
/
failing-test.html
blob: 249099c06f6c08e92bd1bc6752f57a436ebf9ae0 [
file
]
<!DOCTYPE html>
<meta
charset
=
utf-8
>
<title>
Failing test
</title>
<script
src
=
"/resources/testharness.js"
></script>
<script
src
=
"/resources/testharnessreport.js"
></script>
<script>
test
(
function
()
{
assert_unreached
(
"Expected failure"
);
});
</script>