blob: 3402a469cf858291df5ae1a0b09ba939d224a72a [file] [log] [blame]
<!DOCTYPE HTML>
<title>Example single page test with no asserts</title>
<script src="../../testharness.js"></script>
<script src="../../testharnessreport.js"></script>
<script>
done();
</script>
<script type="text/json" id="expected">
{
"summarized_status": {
"status_string": "OK",
"message": null,
"stack": null
},
"summarized_tests": [
{
"status_string": "PASS",
"name": "Example single page test with no asserts",
"properties": {},
"message": null,
"stack": null
}
],
"type": "complete"
}
</script>