Files
UXP-Fixed/testing/web-platform/tests/resources/examples/apisample8.html
T
2018-02-02 04:16:08 -05:00

8 lines
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>