Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / testing / mochitest / tests / SimpleTest / test.css
blobd5866aba9267708b349ceab18aa75f75a1c65f34
1 .test_ok {
2 color: green;
3 display: none;
5 .test_not_ok {
6 color: red;
7 display: block;
10 .test_ok, .test_not_ok {
11 border-bottom-width: 2px;
12 border-bottom-style: solid;
13 border-bottom-color: black;
16 .all_pass {
17 background-color: lime;
20 .some_fail {
21 background-color: red;
24 .tests_report {
25 border-width: 2px;
26 border-style: solid;
27 width: 20em;
28 display: table;