Skip to content

Commit 5ad67ad

Browse files
committed
qunitjs: Added version 1.20.0
1 parent ff28077 commit 5ad67ad

File tree

2 files changed

+4459
-0
lines changed

2 files changed

+4459
-0
lines changed

cdn/qunit/qunit-1.20.0.css

Lines changed: 301 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,301 @@
1+
/*!
2+
* QUnit 1.20.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-10-27T17:53Z
10+
*/
11+
12+
/** Font Family and Sizes */
13+
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;
16+
}
17+
18+
#qunit-testrunner-toolbar, #qunit-filteredTest, #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-filteredTest, #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-filteredTest {
72+
padding: 0.5em 1em 0.5em 1em;
73+
background-color: #F4FF77;
74+
color: #366097;
75+
}
76+
77+
#qunit-userAgent {
78+
padding: 0.5em 1em 0.5em 1em;
79+
background-color: #2B81AF;
80+
color: #FFF;
81+
text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 1px;
82+
}
83+
84+
#qunit-modulefilter-container {
85+
float: right;
86+
padding: 0.2em;
87+
}
88+
89+
.qunit-url-config {
90+
display: inline-block;
91+
padding: 0.1em;
92+
}
93+
94+
.qunit-filter {
95+
display: block;
96+
float: right;
97+
margin-left: 1em;
98+
}
99+
100+
/** Tests: Pass/Fail */
101+
102+
#qunit-tests {
103+
list-style-position: inside;
104+
}
105+
106+
#qunit-tests li {
107+
padding: 0.4em 1em 0.4em 1em;
108+
border-bottom: 1px solid #FFF;
109+
list-style-position: inside;
110+
}
111+
112+
#qunit-tests > li {
113+
display: none;
114+
}
115+
116+
#qunit-tests li.running,
117+
#qunit-tests li.pass,
118+
#qunit-tests li.fail,
119+
#qunit-tests li.skipped {
120+
display: list-item;
121+
}
122+
123+
#qunit-tests.hidepass li.running,
124+
#qunit-tests.hidepass li.pass {
125+
visibility: hidden;
126+
position: absolute;
127+
width: 0;
128+
height: 0;
129+
padding: 0;
130+
border: 0;
131+
margin: 0;
132+
}
133+
134+
#qunit-tests li strong {
135+
cursor: pointer;
136+
}
137+
138+
#qunit-tests li.skipped strong {
139+
cursor: default;
140+
}
141+
142+
#qunit-tests li a {
143+
padding: 0.5em;
144+
color: #C2CCD1;
145+
text-decoration: none;
146+
}
147+
148+
#qunit-tests li p a {
149+
padding: 0.25em;
150+
color: #6B6464;
151+
}
152+
#qunit-tests li a:hover,
153+
#qunit-tests li a:focus {
154+
color: #000;
155+
}
156+
157+
#qunit-tests li .runtime {
158+
float: right;
159+
font-size: smaller;
160+
}
161+
162+
.qunit-assert-list {
163+
margin-top: 0.5em;
164+
padding: 0.5em;
165+
166+
background-color: #FFF;
167+
168+
border-radius: 5px;
169+
}
170+
171+
.qunit-source {
172+
margin: 0.6em 0 0.3em;
173+
}
174+
175+
.qunit-collapsed {
176+
display: none;
177+
}
178+
179+
#qunit-tests table {
180+
border-collapse: collapse;
181+
margin-top: 0.2em;
182+
}
183+
184+
#qunit-tests th {
185+
text-align: right;
186+
vertical-align: top;
187+
padding: 0 0.5em 0 0;
188+
}
189+
190+
#qunit-tests td {
191+
vertical-align: top;
192+
}
193+
194+
#qunit-tests pre {
195+
margin: 0;
196+
white-space: pre-wrap;
197+
word-wrap: break-word;
198+
}
199+
200+
#qunit-tests del {
201+
background-color: #E0F2BE;
202+
color: #374E0C;
203+
text-decoration: none;
204+
}
205+
206+
#qunit-tests ins {
207+
background-color: #FFCACA;
208+
color: #500;
209+
text-decoration: none;
210+
}
211+
212+
/*** Test Counts */
213+
214+
#qunit-tests b.counts { color: #000; }
215+
#qunit-tests b.passed { color: #5E740B; }
216+
#qunit-tests b.failed { color: #710909; }
217+
218+
#qunit-tests li li {
219+
padding: 5px;
220+
background-color: #FFF;
221+
border-bottom: none;
222+
list-style-position: inside;
223+
}
224+
225+
/*** Passing Styles */
226+
227+
#qunit-tests li li.pass {
228+
color: #3C510C;
229+
background-color: #FFF;
230+
border-left: 10px solid #C6E746;
231+
}
232+
233+
#qunit-tests .pass { color: #528CE0; background-color: #D2E0E6; }
234+
#qunit-tests .pass .test-name { color: #366097; }
235+
236+
#qunit-tests .pass .test-actual,
237+
#qunit-tests .pass .test-expected { color: #999; }
238+
239+
#qunit-banner.qunit-pass { background-color: #C6E746; }
240+
241+
/*** Failing Styles */
242+
243+
#qunit-tests li li.fail {
244+
color: #710909;
245+
background-color: #FFF;
246+
border-left: 10px solid #EE5757;
247+
white-space: pre;
248+
}
249+
250+
#qunit-tests > li:last-child {
251+
border-radius: 0 0 5px 5px;
252+
}
253+
254+
#qunit-tests .fail { color: #000; background-color: #EE5757; }
255+
#qunit-tests .fail .test-name,
256+
#qunit-tests .fail .module-name { color: #000; }
257+
258+
#qunit-tests .fail .test-actual { color: #EE5757; }
259+
#qunit-tests .fail .test-expected { color: #008000; }
260+
261+
#qunit-banner.qunit-fail { background-color: #EE5757; }
262+
263+
/*** Skipped tests */
264+
265+
#qunit-tests .skipped {
266+
background-color: #EBECE9;
267+
}
268+
269+
#qunit-tests .qunit-skipped-label {
270+
background-color: #F4FF77;
271+
display: inline-block;
272+
font-style: normal;
273+
color: #366097;
274+
line-height: 1.8em;
275+
padding: 0 0.5em;
276+
margin: -0.4em 0.4em -0.4em 0;
277+
}
278+
279+
/** Result */
280+
281+
#qunit-testresult {
282+
padding: 0.5em 1em 0.5em 1em;
283+
284+
color: #2B81AF;
285+
background-color: #D2E0E6;
286+
287+
border-bottom: 1px solid #FFF;
288+
}
289+
#qunit-testresult .module-name {
290+
font-weight: 700;
291+
}
292+
293+
/** Fixture */
294+
295+
#qunit-fixture {
296+
position: absolute;
297+
top: -10000px;
298+
left: -10000px;
299+
width: 1000px;
300+
height: 1000px;
301+
}

0 commit comments

Comments
 (0)