Files
UXP-Fixed/testing/web-platform/harness/test/testdata/testharness/testharness_0.html
T
2018-02-02 04:16:08 -05:00

10 lines
249 B
HTML

<!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>