From 56f696eeafe1063c7145ecbba56069c67298d618 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 7 Aug 2013 16:50:38 -0400 Subject: [PATCH] sample CSS for test_output_filter_html.pl --- qa/test_output.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qa/test_output.css diff --git a/qa/test_output.css b/qa/test_output.css new file mode 100644 index 000000000..e9f3b204e --- /dev/null +++ b/qa/test_output.css @@ -0,0 +1,7 @@ +* { color: gray; } +.comment { color: black; } +.ok { color: green; font-weight: bold; } +.error { color: red; font-weight: bold; } +.notok { color: red; font-weight: bold; } +.pass { color: green; font-weight: bold; } +.fail { color: red; font-weight: bold; } -- 2.11.0