mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 17:59:55 +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>
|