summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/harness/test/testdata/testharness/testharness_0.html
blob: ff0654cb9a09251ad0082e8d84918b2068c12e1e (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>Test should be disabled</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(function() {
  assert_true(false);
}, "Test that should fail");
</script>