servo/tests/wpt/web-platform-tests/resources/examples/apisample8.html

8 lines
No EOL
204 B
HTML

<!DOCTYPE HTML>
<title>Example single page test with no body</title>
<script src="../testharness.js"></script>
<script src="../testharnessreport.js"></script>
<script>
assert_true(true);
done();
</script>