added tests

This commit is contained in:
ALEXks
2024-05-02 17:08:55 +03:00
parent d0d629eeb8
commit 94570a414b
431 changed files with 248194 additions and 1 deletions

View File

@@ -0,0 +1,24 @@
th, td {
text-align: center;
}
div.passed, a.passed {
color: green;
}
div.failed, a.failed {
color: red;
}
a.details {
text-decoration: none;
font-size: 50%;
border-bottom: 1px dashed;
}
span.details {
font-size: 200%;
line-height: normal;
}
table.details0 {
display: none;
}
table.details1 {
display: block;
}