1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-02 13:18:34 +00:00
Files
UXP/testing/web-platform/harness/test/testdata/testharness/testharness_0.html
T

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>