mirror of
https://github.com/servo/servo.git
synced 2025-10-17 08:49:21 +01:00
8 lines
241 B
HTML
8 lines
241 B
HTML
<!DOCTYPE html>
|
|
<meta charset=utf-8>
|
|
<title>Precondition without wrapping setup</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script>
|
|
assert_precondition(false);
|
|
</script>
|