blob: 249099c06f6c08e92bd1bc6752f57a436ebf9ae0 [file] [log] [blame]
Andrew Top61a84952019-04-30 15:07:33 -07001<!DOCTYPE html>
2<meta charset=utf-8>
3<title>Failing test</title>
4<script src="/resources/testharness.js"></script>
5<script src="/resources/testharnessreport.js"></script>
6<script>
7test(function() {
8 assert_unreached("Expected failure");
9});
10</script>