Mercurial > browser-couch
annotate index.css @ 53:08f868fc6e2b
Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 14 Apr 2009 17:35:22 -0700 |
parents | 4a0fe44529a8 |
children |
rev | line source |
---|---|
7 | 1 body { |
2 width: 20em; | |
3 font-family: helvetica; | |
4 } | |
5 | |
6 h1 { | |
7 font-weight: normal; | |
8 } | |
9 | |
6
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
10 .test { |
7 | 11 font-family: monospace; |
6
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
12 } |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
13 |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
14 .in-progress { |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
15 background-color: yellow; |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
16 } |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
17 |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
18 .successful { |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
19 background-color: lawnGreen; |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
20 } |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
21 |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
22 .failed { |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
23 background-color: red; |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
24 } |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
25 |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
26 .pending { |
53
08f868fc6e2b
Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
Atul Varma <varmaa@toolness.com>
parents:
7
diff
changeset
|
27 } |
08f868fc6e2b
Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
Atul Varma <varmaa@toolness.com>
parents:
7
diff
changeset
|
28 |
08f868fc6e2b
Added a unit test for the web worker map reducer, and added the ability to skip tests into the test framework.
Atul Varma <varmaa@toolness.com>
parents:
7
diff
changeset
|
29 .skipped { |
6
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
30 background-color: lightGrey; |
25d079125b95
Changed display of test output to be more colorful and not require firebug.
Atul Varma <varmaa@toolness.com>
parents:
diff
changeset
|
31 } |