mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
9 lines
249 B
HTML
9 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>
|