blob: 9b39d2a02cc2cbc9dad7680b5c41343d2cdd073a [file] [log] [blame]
<!DOCTYPE HTML>
<title>Example single page test with no asserts</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
setup({ single_test: 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 asserts",
"properties": {},
"message": null
}
],
"type": "complete"
}
</script>