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

7 lines
No EOL
188 B
HTML

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