Sign in
cobalt
/
cobalt
/
7d101815a2d9ef008f777d05e29f3a0d35556a06
/
.
/
third_party
/
web_platform_tests
/
resources
/
examples
/
apisample8.html
blob: 70853d9c6c592360f8c67a7b353f618b48a7ae71 [
file
]
<!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>