report test results on the page, not in the console

This commit is contained in:
ansuz
2016-04-14 12:16:10 +02:00
parent 468827dadd
commit b12a01e08f
2 changed files with 63 additions and 20 deletions

View File

@@ -9,9 +9,17 @@
<style>
.report {
font-size: 40px;
}
.success {
border: 3px solid green;
}
.failure {
border: 3px solid red;
}
.error {
border: 1px solid red;
}
</style>
</head>