servo/tests/wpt/css-tests/resources/apisample8.html

8 lines
No EOL
198 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>