[cairo-commit] test/make-html.pl

Behdad Esfahbod behdad at kemper.freedesktop.org
Thu Jul 13 10:16:16 PDT 2006


 test/make-html.pl |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

New commits:
diff-tree da0f348350c3ca28d40601aefbca12903632cc18 (from cf1b23a4c57d436098619443068611a48b88187e)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Thu Jul 13 13:16:10 2006 -0400

     ***cworth finds them [the background colors] a bit too bright

diff --git a/test/make-html.pl b/test/make-html.pl
index 7af9dcd..587ca62 100755
--- a/test/make-html.pl
+++ b/test/make-html.pl
@@ -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>';


More information about the cairo-commit mailing list