testing/mochitest/tests/SimpleTest/test.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/testing/mochitest/tests/SimpleTest/test.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +.test_ok {
     1.5 +  color: #0d0;
     1.6 +  display: none;
     1.7 +}
     1.8 +
     1.9 +.test_not_ok {
    1.10 +  color: red;
    1.11 +  display: block;
    1.12 +}
    1.13 +
    1.14 +.test_todo {
    1.15 +  /* color: orange; */
    1.16 +  display: block;
    1.17 +}
    1.18 +
    1.19 +.test_ok, .test_not_ok, .test_todo {
    1.20 +  border-bottom-width: 2px;
    1.21 +  border-bottom-style: solid;
    1.22 +  border-bottom-color: black;
    1.23 +}
    1.24 +
    1.25 +.all_pass {
    1.26 +  background-color: #0d0;
    1.27 +}
    1.28 +
    1.29 +.some_fail {
    1.30 +  background-color: red;
    1.31 +}
    1.32 +
    1.33 +.todo_only {
    1.34 +  background-color: orange;
    1.35 +}
    1.36 +
    1.37 +.tests_report {
    1.38 +  border-width: 2px;
    1.39 +  border-style: solid;
    1.40 +  width: 20em;
    1.41 +  display: table;
    1.42 +}

mercurial