mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-21 18:10:43 +02:00
***cworth finds them [the background colors] a bit too bright
This commit is contained in:
parent
cf1b23a4c5
commit
da0f348350
1 changed files with 8 additions and 8 deletions
|
|
@ -94,16 +94,16 @@ printl '<html><head>';
|
|||
printl '<title>Cairo Test Results</title>';
|
||||
printl '<style type="text/css">';
|
||||
printl 'a img { border: solid 1px #FFF; }';
|
||||
printl '.PASS { background-color: #0D0; min-width: 1em; }';
|
||||
printl '.FAIL { background-color: #D00; }';
|
||||
printl '.XFAIL { background-color: #DD0; }';
|
||||
printl '.UNTESTED { background-color: #666; }';
|
||||
printl '.PASS { background-color: #0B0; min-width: 1em; }';
|
||||
printl '.FAIL { background-color: #B00; }';
|
||||
printl '.XFAIL { background-color: #BB0; }';
|
||||
printl '.UNTESTED { background-color: #555; }';
|
||||
printl '.CRASHED { background-color: #F00; color: #FF0; }';
|
||||
printl '.PASSstr { color: #0D0; }';
|
||||
printl '.FAILstr { color: #E00; }';
|
||||
printl '.XFAILstr { color: #DD0; }';
|
||||
printl '.PASSstr { color: #0B0; }';
|
||||
printl '.FAILstr { color: #D00; }';
|
||||
printl '.XFAILstr { color: #BB0; }';
|
||||
printl '.CRASHEDstr { color: #F00; }';
|
||||
printl '.UNTESTEDstr { color: #666; }';
|
||||
printl '.UNTESTEDstr { color: #555; }';
|
||||
printl 'img { max-width: 15em; min-width: 3em; margin: 3px; }';
|
||||
printl 'td { vertical-align: top; }';
|
||||
printl '</style>';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue