diff options
Diffstat (limited to 'testing/web-platform/tests/resources/examples/apisample8.html')
-rw-r--r-- | testing/web-platform/tests/resources/examples/apisample8.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testing/web-platform/tests/resources/examples/apisample8.html b/testing/web-platform/tests/resources/examples/apisample8.html new file mode 100644 index 000000000..70853d9c6 --- /dev/null +++ b/testing/web-platform/tests/resources/examples/apisample8.html @@ -0,0 +1,8 @@ +<!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>
\ No newline at end of file |