mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 09:28:32 +00:00
11 lines
252 B
HTML
11 lines
252 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Failing test</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script>
|
|
test(function() {
|
|
assert_unreached("Expected failure");
|
|
});
|
|
</script>
|