blob: ff0654cb9a09251ad0082e8d84918b2068c12e1e [file] [log] [blame]
<!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>