Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / tvcm / src / tvcm / unittest / common.css
1 /* Copyright (c) 2014 The Chromium Authors. All rights reserved.
2  * Use of this source code is governed by a BSD-style license that can be
3  * found in the LICENSE file.
4  */
5
6 .unittest-pending {
7   color: orange;
8 }
9 .unittest-running {
10   color: orange;
11   font-weight: bold;
12 }
13
14 .unittest-passed {
15   color: darkgreen;
16 }
17
18 .unittest-failed {
19   color: darkred;
20   font-weight: bold;
21 }
22
23 .unittest-exception {
24   color: red;
25   font-weight: bold;
26 }
27
28 .unittest-failure {
29   border: 1px solid grey;
30   border-radius: 5px;
31   padding: 5px;
32 }