mirror of
https://github.com/servo/servo
synced 2026-05-03 04:42:17 +02: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>
|