summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/examples/apisample9.html
blob: f84433dd1989c7fb097e89a3bf682f2ec28487b3 (plain)
1
2
3
4
5
6
7
<!DOCTYPE HTML>
<title>Example single page test with no asserts</title>
<script src="../testharness.js"></script>
<script src="../testharnessreport.js"></script>
<script>
done();
</script>