5 * Copyright jQuery Foundation and other contributors
6 * Released under the MIT license
7 * https://jquery.org/license
9 * Date: 2016-04-12T17:29Z
12 /** Font Family and Sizes */
14 #qunit-tests, #qunit-header
, #qunit-banner
, #qunit-testrunner-toolbar
, #qunit-filteredTest
, #qunit-userAgent
, #qunit-testresult
{
15 font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri
, Helvetica
, Arial
, sans-serif
;
18 #qunit-testrunner-toolbar, #qunit-filteredTest
, #qunit-userAgent
, #qunit-testresult
, #qunit-tests li
{ font-size: small
; }
19 #qunit-tests { font-size: smaller
; }
24 #qunit-tests, #qunit-header
, #qunit-banner
, #qunit-filteredTest
, #qunit-userAgent
, #qunit-testresult
, #qunit-modulefilter
{
33 padding: 0.5em 0 0.5em 1em;
36 background-color: #0D3349;
42 border-radius: 5px 5px 0 0;
46 text-decoration: none
;
50 #qunit-header a:hover
,
51 #qunit-header a:focus
{
55 #qunit-testrunner-toolbar label
{
56 display: inline-block
;
57 padding: 0 0.5em 0 0.1em;
64 #qunit-testrunner-toolbar {
65 padding: 0.5em 1em 0.5em 1em;
67 background-color: #EEE;
72 padding: 0.5em 1em 0.5em 1em;
73 background-color: #F4FF77;
78 padding: 0.5em 1em 0.5em 1em;
79 background-color: #2B81AF;
81 text-shadow: rgba
(0, 0, 0, 0.5) 2px 2px 1px;
84 #qunit-modulefilter-container {
90 display: inline-block
;
100 /** Tests: Pass/Fail */
103 list-style-position: inside
;
107 padding: 0.4em 1em 0.4em 1em;
108 border-bottom: 1px solid
#FFF;
109 list-style-position: inside
;
116 #qunit-tests li
.running
,
117 #qunit-tests li
.pass
,
118 #qunit-tests li
.fail
,
119 #qunit-tests li
.skipped
{
123 #qunit-tests.hidepass
{
127 #qunit-tests.hidepass li
.running
,
128 #qunit-tests.hidepass li
.pass
{
138 #qunit-tests li strong
{
142 #qunit-tests li
.skipped strong
{
149 text-decoration: none
;
152 #qunit-tests li p a
{
156 #qunit-tests li
a:hover
,
157 #qunit-tests li
a:focus
{
161 #qunit-tests li
.runtime
{
170 background-color: #FFF;
176 margin: 0.6em 0 0.3em;
184 border-collapse: collapse
;
191 padding: 0 0.5em 0 0;
200 white-space: pre-wrap
;
201 word-wrap: break-word
;
205 background-color: #E0F2BE;
207 text-decoration: none
;
211 background-color: #FFCACA;
213 text-decoration: none
;
218 #qunit-tests b
.counts
{ color: #000; }
219 #qunit-tests b
.passed
{ color: #5E740B; }
220 #qunit-tests b
.failed
{ color: #710909; }
224 background-color: #FFF;
226 list-style-position: inside
;
229 /*** Passing Styles */
231 #qunit-tests li li
.pass
{
233 background-color: #FFF;
234 border-left: 10px solid
#C6E746;
237 #qunit-tests .pass
{ color: #528CE0; background-color: #D2E0E6; }
238 #qunit-tests .pass
.test-name
{ color: #366097; }
240 #qunit-tests .pass
.test-actual
,
241 #qunit-tests .pass
.test-expected
{ color: #999; }
243 #qunit-banner.qunit-pass
{ background-color: #C6E746; }
245 /*** Failing Styles */
247 #qunit-tests li li
.fail
{
249 background-color: #FFF;
250 border-left: 10px solid
#EE5757;
254 #qunit-tests > li:last-child
{
255 border-radius: 0 0 5px 5px;
258 #qunit-tests .fail
{ color: #000; background-color: #EE5757; }
259 #qunit-tests .fail
.test-name
,
260 #qunit-tests .fail
.module-name
{ color: #000; }
262 #qunit-tests .fail
.test-actual
{ color: #EE5757; }
263 #qunit-tests .fail
.test-expected
{ color: #008000; }
265 #qunit-banner.qunit-fail
{ background-color: #EE5757; }
267 /*** Skipped tests */
269 #qunit-tests .skipped
{
270 background-color: #EBECE9;
273 #qunit-tests .qunit-skipped-label
{
274 background-color: #F4FF77;
275 display: inline-block
;
280 margin: -0.4em 0.4em -0.4em 0;
286 padding: 0.5em 1em 0.5em 1em;
289 background-color: #D2E0E6;
291 border-bottom: 1px solid
#FFF;
293 #qunit-testresult .module-name
{