added tests
This commit is contained in:
24
dvm/tools/tester/trunk/main/report.css
Normal file
24
dvm/tools/tester/trunk/main/report.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user