mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02: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>
|