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