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 { .failure {
background-color:red; background-color:red;
} }
.partial_failure {
background-color:yellow;
}
table { table {
border: 1px solid gray; border: 1px solid gray;
} }