mirror of
https://github.com/servo/servo
synced 2026-05-03 12:52:25 +02:00
10 lines
247 B
HTML
10 lines
247 B
HTML
<!doctype html>
|
|
<title>Test should be enabled</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
<script>
|
|
test(function() {
|
|
assert_true(true);
|
|
}, "Test that should pass");
|
|
</script>
|