sample CSS for test_output_filter_html.pl
authorJason Etheridge <jason@esilibrary.com>
Wed, 7 Aug 2013 20:50:38 +0000 (16:50 -0400)
committerJason Etheridge <jason@esilibrary.com>
Wed, 7 Aug 2013 20:50:38 +0000 (16:50 -0400)
qa/test_output.css [new file with mode: 0644]

diff --git a/qa/test_output.css b/qa/test_output.css
new file mode 100644 (file)
index 0000000..e9f3b20
--- /dev/null
@@ -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; }