blob: c62ee18e3cd1140298d21811b2af857108f1ee96 [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>
<script type="text/json" id="expected">
{
"summarized_status": {
"status_string": "OK",
"message": null
},
"summarized_tests": [
{
"status_string": "PASS",
"name": "Example single page test with no body",
"properties": {},
"message": null
}
],
"type": "complete"
}
</script>