regression_test: Add partial_failure css

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-12-02 09:52:55 -08:00
parent a929e43205
commit 0c68ddd984

View File

@@ -572,6 +572,9 @@ function html_generator() {
.failure {
background-color:red;
}
.partial_failure {
background-color:yellow;
}
table {
border: 1px solid gray;
}