Skip to content

Commit ff28077

Browse files
committed
qunitjs: Added version 1.19.0
1 parent 9335d53 commit ff28077

File tree

2 files changed

+4258
-0
lines changed

2 files changed

+4258
-0
lines changed

cdn/qunit/qunit-1.19.0.css

Lines changed: 295 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,295 @@
1+
/*!
2+
* QUnit 1.19.0
3+
* http://qunitjs.com/
4+
*
5+
* Copyright jQuery Foundation and other contributors
6+
* Released under the MIT license
7+
* http://jquery.org/license
8+
*
9+
* Date: 2015-09-01T15:00Z
10+
*/
11+
12+
/** Font Family and Sizes */
13+
14+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
15+
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
16+
}
17+
18+
#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
19+
#qunit-tests { font-size: smaller; }
20+
21+
22+
/** Resets */
23+
24+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
25+
margin: 0;
26+
padding: 0;
27+
}
28+
29+
30+
/** Header */
31+
32+
#qunit-header {
33+
padding: 0.5em 0 0.5em 1em;
34+
35+
color: #8699A4;
36+
background-color: #0D3349;
37+
38+
font-size: 1.5em;
39+
line-height: 1em;
40+
font-weight: 400;
41+
42+
border-radius: 5px 5px 0 0;
43+
}
44+
45+
#qunit-header a {
46+
text-decoration: none;
47+
color: #C2CCD1;
48+
}
49+
50+
#qunit-header a:hover,
51+
#qunit-header a:focus {
52+
color: #FFF;
53+
}
54+
55+
#qunit-testrunner-toolbar label {
56+
display: inline-block;
57+
padding: 0 0.5em 0 0.1em;
58+
}
59+
60+
#qunit-banner {
61+
height: 5px;
62+
}
63+
64+
#qunit-testrunner-toolbar {
65+
padding: 0.5em 1em 0.5em 1em;
66+
color: #5E740B;
67+
background-color: #EEE;
68+
overflow: hidden;
69+
}
70+
71+
#qunit-userAgent {
72+
padding: 0.5em 1em 0.5em 1em;
73+
background-color: #2B81AF;
74+
color: #FFF;
75+
text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
76+
}
77+
78+
#qunit-modulefilter-container {
79+
float: right;
80+
padding: 0.2em;
81+
}
82+
83+
.qunit-url-config {
84+
display: inline-block;
85+
padding: 0.1em;
86+
}
87+
88+
.qunit-filter {
89+
display: block;
90+
float: right;
91+
margin-left: 1em;
92+
}
93+
94+
/** Tests: Pass/Fail */
95+
96+
#qunit-tests {
97+
list-style-position: inside;
98+
}
99+
100+
#qunit-tests li {
101+
padding: 0.4em 1em 0.4em 1em;
102+
border-bottom: 1px solid #FFF;
103+
list-style-position: inside;
104+
}
105+
106+
#qunit-tests > li {
107+
display: none;
108+
}
109+
110+
#qunit-tests li.running,
111+
#qunit-tests li.pass,
112+
#qunit-tests li.fail,
113+
#qunit-tests li.skipped {
114+
display: list-item;
115+
}
116+
117+
#qunit-tests.hidepass li.running,
118+
#qunit-tests.hidepass li.pass {
119+
visibility: hidden;
120+
position: absolute;
121+
width: 0;
122+
height: 0;
123+
padding: 0;
124+
border: 0;
125+
margin: 0;
126+
}
127+
128+
#qunit-tests li strong {
129+
cursor: pointer;
130+
}
131+
132+
#qunit-tests li.skipped strong {
133+
cursor: default;
134+
}
135+
136+
#qunit-tests li a {
137+
padding: 0.5em;
138+
color: #C2CCD1;
139+
text-decoration: none;
140+
}
141+
142+
#qunit-tests li p a {
143+
padding: 0.25em;
144+
color: #6B6464;
145+
}
146+
#qunit-tests li a:hover,
147+
#qunit-tests li a:focus {
148+
color: #000;
149+
}
150+
151+
#qunit-tests li .runtime {
152+
float: right;
153+
font-size: smaller;
154+
}
155+
156+
.qunit-assert-list {
157+
margin-top: 0.5em;
158+
padding: 0.5em;
159+
160+
background-color: #FFF;
161+
162+
border-radius: 5px;
163+
}
164+
165+
.qunit-source {
166+
margin: 0.6em 0 0.3em;
167+
}
168+
169+
.qunit-collapsed {
170+
display: none;
171+
}
172+
173+
#qunit-tests table {
174+
border-collapse: collapse;
175+
margin-top: 0.2em;
176+
}
177+
178+
#qunit-tests th {
179+
text-align: right;
180+
vertical-align: top;
181+
padding: 0 0.5em 0 0;
182+
}
183+
184+
#qunit-tests td {
185+
vertical-align: top;
186+
}
187+
188+
#qunit-tests pre {
189+
margin: 0;
190+
white-space: pre-wrap;
191+
word-wrap: break-word;
192+
}
193+
194+
#qunit-tests del {
195+
background-color: #E0F2BE;
196+
color: #374E0C;
197+
text-decoration: none;
198+
}
199+
200+
#qunit-tests ins {
201+
background-color: #FFCACA;
202+
color: #500;
203+
text-decoration: none;
204+
}
205+
206+
/*** Test Counts */
207+
208+
#qunit-tests b.counts { color: #000; }
209+
#qunit-tests b.passed { color: #5E740B; }
210+
#qunit-tests b.failed { color: #710909; }
211+
212+
#qunit-tests li li {
213+
padding: 5px;
214+
background-color: #FFF;
215+
border-bottom: none;
216+
list-style-position: inside;
217+
}
218+
219+
/*** Passing Styles */
220+
221+
#qunit-tests li li.pass {
222+
color: #3C510C;
223+
background-color: #FFF;
224+
border-left: 10px solid #C6E746;
225+
}
226+
227+
#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
228+
#qunit-tests .pass .test-name { color: #366097; }
229+
230+
#qunit-tests .pass .test-actual,
231+
#qunit-tests .pass .test-expected { color: #999; }
232+
233+
#qunit-banner.qunit-pass { background-color: #C6E746; }
234+
235+
/*** Failing Styles */
236+
237+
#qunit-tests li li.fail {
238+
color: #710909;
239+
background-color: #FFF;
240+
border-left: 10px solid #EE5757;
241+
white-space: pre;
242+
}
243+
244+
#qunit-tests > li:last-child {
245+
border-radius: 0 0 5px 5px;
246+
}
247+
248+
#qunit-tests .fail { color: #000; background-color: #EE5757; }
249+
#qunit-tests .fail .test-name,
250+
#qunit-tests .fail .module-name { color: #000; }
251+
252+
#qunit-tests .fail .test-actual { color: #EE5757; }
253+
#qunit-tests .fail .test-expected { color: #008000; }
254+
255+
#qunit-banner.qunit-fail { background-color: #EE5757; }
256+
257+
/*** Skipped tests */
258+
259+
#qunit-tests .skipped {
260+
background-color: #EBECE9;
261+
}
262+
263+
#qunit-tests .qunit-skipped-label {
264+
background-color: #F4FF77;
265+
display: inline-block;
266+
font-style: normal;
267+
color: #366097;
268+
line-height: 1.8em;
269+
padding: 0 0.5em;
270+
margin: -0.4em 0.4em -0.4em 0;
271+
}
272+
273+
/** Result */
274+
275+
#qunit-testresult {
276+
padding: 0.5em 1em 0.5em 1em;
277+
278+
color: #2B81AF;
279+
background-color: #D2E0E6;
280+
281+
border-bottom: 1px solid #FFF;
282+
}
283+
#qunit-testresult .module-name {
284+
font-weight: 700;
285+
}
286+
287+
/** Fixture */
288+
289+
#qunit-fixture {
290+
position: absolute;
291+
top: -10000px;
292+
left: -10000px;
293+
width: 1000px;
294+
height: 1000px;
295+
}

0 commit comments

Comments
 (0)