Files
servo/tests/wpt/harness/test/testdata/testharness/subdir/testharness_1.html
2015-06-14 18:52:07 +02:00

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>