1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dom/tests/mochitest/ajax/lib/test.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +.test_ok { 1.5 + color: green; 1.6 + display: none; 1.7 +} 1.8 +.test_not_ok { 1.9 + color: red; 1.10 + display: block; 1.11 +} 1.12 + 1.13 +.test_ok, .test_not_ok { 1.14 + border-bottom-width: 2px; 1.15 + border-bottom-style: solid; 1.16 + border-bottom-color: black; 1.17 +} 1.18 + 1.19 +.all_pass { 1.20 + background-color: lime; 1.21 +} 1.22 + 1.23 +.some_fail { 1.24 + background-color: red; 1.25 +} 1.26 + 1.27 +.tests_report { 1.28 + border-width: 2px; 1.29 + border-style: solid; 1.30 + width: 20em; 1.31 +}