mirror of
https://github.com/servo/servo.git
synced 2025-06-23 08:34:42 +01:00
10 lines
252 B
HTML
10 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>
|