mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-19 05:08:28 +00:00
10 lines
249 B
HTML
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>
|