1
- /**
2
- * QUnit v1.10.0 - A JavaScript Unit Testing Framework
1
+ /*!
2
+ * QUnit 1.17.1
3
+ * http://qunitjs.com/
3
4
*
4
- * http://qunitjs.com
5
- *
6
- * Copyright 2012 jQuery Foundation and other contributors
7
- * Released under the MIT license.
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license
8
7
* http://jquery.org/license
8
+ *
9
+ * Date: 2015-01-20T19:39Z
9
10
*/
10
11
11
12
/** Font Family and Sizes */
20
21
21
22
/** Resets */
22
23
23
- # qunit-tests , # qunit-tests ol , # qunit- header, # qunit-banner , # qunit-userAgent , # qunit-testresult , # qunit-modulefilter {
24
+ # qunit-tests , # qunit-header , # qunit-banner , # qunit-userAgent , # qunit-testresult , # qunit-modulefilter {
24
25
margin : 0 ;
25
26
padding : 0 ;
26
27
}
31
32
# qunit-header {
32
33
padding : 0.5em 0 0.5em 1em ;
33
34
34
- color : # 8699a4 ;
35
- background-color : # 0d3349 ;
35
+ color : # 8699A4 ;
36
+ background-color : # 0D3349 ;
36
37
37
38
font-size : 1.5em ;
38
39
line-height : 1em ;
39
- font-weight : normal ;
40
+ font-weight : 400 ;
40
41
41
42
border-radius : 5px 5px 0 0 ;
42
- -moz-border-radius : 5px 5px 0 0 ;
43
- -webkit-border-top-right-radius : 5px ;
44
- -webkit-border-top-left-radius : 5px ;
45
43
}
46
44
47
45
# qunit-header a {
48
46
text-decoration : none;
49
- color : # c2ccd1 ;
47
+ color : # C2CCD1 ;
50
48
}
51
49
52
50
# qunit-header a : hover ,
53
51
# qunit-header a : focus {
54
- color : # fff ;
52
+ color : # FFF ;
55
53
}
56
54
57
55
# qunit-testrunner-toolbar label {
58
56
display : inline-block;
59
- padding : 0 .5em 0 .1em ;
57
+ padding : 0 0 .5em 0 0 .1em ;
60
58
}
61
59
62
60
# qunit-banner {
63
61
height : 5px ;
64
62
}
65
63
66
64
# qunit-testrunner-toolbar {
67
- padding : 0.5em 0 0.5em 2 em ;
65
+ padding : 0.5em 1 em 0.5em 1 em ;
68
66
color : # 5E740B ;
69
- background-color : # eee ;
67
+ background-color : # EEE ;
70
68
overflow : hidden;
71
69
}
72
70
73
71
# qunit-userAgent {
74
- padding : 0.5em 0 0.5em 2.5 em ;
75
- background-color : # 2b81af ;
76
- color : # fff ;
72
+ padding : 0.5em 1 em 0.5em 1 em ;
73
+ background-color : # 2B81AF ;
74
+ color : # FFF ;
77
75
text-shadow : rgba (0 , 0 , 0 , 0.5 ) 2px 2px 1px ;
78
76
}
79
77
80
78
# qunit-modulefilter-container {
81
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 ;
82
92
}
83
93
84
94
/** Tests: Pass/Fail */
88
98
}
89
99
90
100
# qunit-tests li {
91
- padding : 0.4em 0.5 em 0.4em 2.5 em ;
92
- border-bottom : 1px solid # fff ;
101
+ padding : 0.4em 1 em 0.4em 1 em ;
102
+ border-bottom : 1px solid # FFF ;
93
103
list-style-position : inside;
94
104
}
95
105
96
- # qunit-tests .hidepass li .pass , # qunit-tests .hidepass li .running {
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 {
97
119
display : none;
98
120
}
99
121
100
122
# qunit-tests li strong {
101
123
cursor : pointer;
102
124
}
103
125
126
+ # qunit-tests li .skipped strong {
127
+ cursor : default;
128
+ }
129
+
104
130
# qunit-tests li a {
105
131
padding : 0.5em ;
106
- color : # c2ccd1 ;
132
+ color : # C2CCD1 ;
107
133
text-decoration : none;
108
134
}
109
135
# qunit-tests li a : hover ,
110
136
# qunit-tests li a : focus {
111
137
color : # 000 ;
112
138
}
113
139
114
- # qunit-tests ol {
140
+ # qunit-tests li .runtime {
141
+ float : right;
142
+ font-size : smaller;
143
+ }
144
+
145
+ .qunit-assert-list {
115
146
margin-top : 0.5em ;
116
147
padding : 0.5em ;
117
148
118
- background-color : # fff ;
149
+ background-color : # FFF ;
119
150
120
151
border-radius : 5px ;
121
- -moz-border-radius : 5px ;
122
- -webkit-border-radius : 5px ;
152
+ }
153
+
154
+ .qunit-collapsed {
155
+ display : none;
123
156
}
124
157
125
158
# qunit-tests table {
126
159
border-collapse : collapse;
127
- margin-top : .2em ;
160
+ margin-top : 0 .2em ;
128
161
}
129
162
130
163
# qunit-tests th {
131
164
text-align : right;
132
165
vertical-align : top;
133
- padding : 0 .5em 0 0 ;
166
+ padding : 0 0 .5em 0 0 ;
134
167
}
135
168
136
169
# qunit-tests td {
144
177
}
145
178
146
179
# qunit-tests del {
147
- background-color : # e0f2be ;
148
- color : # 374e0c ;
180
+ background-color : # E0F2BE ;
181
+ color : # 374E0C ;
149
182
text-decoration : none;
150
183
}
151
184
152
185
# qunit-tests ins {
153
- background-color : # ffcaca ;
186
+ background-color : # FFCACA ;
154
187
color : # 500 ;
155
188
text-decoration : none;
156
189
}
157
190
158
191
/*** Test Counts */
159
192
160
- # qunit-tests b .counts { color : black ; }
193
+ # qunit-tests b .counts { color : # 000 ; }
161
194
# qunit-tests b .passed { color : # 5E740B ; }
162
195
# qunit-tests b .failed { color : # 710909 ; }
163
196
164
197
# qunit-tests li li {
165
198
padding : 5px ;
166
- background-color : # fff ;
199
+ background-color : # FFF ;
167
200
border-bottom : none;
168
201
list-style-position : inside;
169
202
}
170
203
171
204
/*** Passing Styles */
172
205
173
206
# qunit-tests li li .pass {
174
- color : # 3c510c ;
175
- background-color : # fff ;
207
+ color : # 3C510C ;
208
+ background-color : # FFF ;
176
209
border-left : 10px solid # C6E746 ;
177
210
}
178
211
179
212
# qunit-tests .pass { color : # 528CE0 ; background-color : # D2E0E6 ; }
180
213
# qunit-tests .pass .test-name { color : # 366097 ; }
181
214
182
215
# qunit-tests .pass .test-actual ,
183
- # qunit-tests .pass .test-expected { color : # 999999 ; }
216
+ # qunit-tests .pass .test-expected { color : # 999 ; }
184
217
185
218
# qunit-banner .qunit-pass { background-color : # C6E746 ; }
186
219
187
220
/*** Failing Styles */
188
221
189
222
# qunit-tests li li .fail {
190
223
color : # 710909 ;
191
- background-color : # fff ;
224
+ background-color : # FFF ;
192
225
border-left : 10px solid # EE5757 ;
193
226
white-space : pre;
194
227
}
195
228
196
229
# qunit-tests > li : last-child {
197
230
border-radius : 0 0 5px 5px ;
198
- -moz-border-radius : 0 0 5px 5px ;
199
- -webkit-border-bottom-right-radius : 5px ;
200
- -webkit-border-bottom-left-radius : 5px ;
201
231
}
202
232
203
- # qunit-tests .fail { color : # 000000 ; background-color : # EE5757 ; }
233
+ # qunit-tests .fail { color : # 000 ; background-color : # EE5757 ; }
204
234
# qunit-tests .fail .test-name ,
205
- # qunit-tests .fail .module-name { color : # 000000 ; }
235
+ # qunit-tests .fail .module-name { color : # 000 ; }
206
236
207
237
# qunit-tests .fail .test-actual { color : # EE5757 ; }
208
- # qunit-tests .fail .test-expected { color : green; }
238
+ # qunit-tests .fail .test-expected { color : # 008000 ; }
209
239
210
240
# qunit-banner .qunit-fail { background-color : # EE5757 ; }
211
241
242
+ /*** Skipped tests */
243
+
244
+ # qunit-tests .skipped {
245
+ background-color : # EBECE9 ;
246
+ }
247
+
248
+ # qunit-tests .qunit-skipped-label {
249
+ background-color : # F4FF77 ;
250
+ display : inline-block;
251
+ font-style : normal;
252
+ color : # 366097 ;
253
+ line-height : 1.8em ;
254
+ padding : 0 0.5em ;
255
+ margin : -0.4em 0.4em -0.4em 0 ;
256
+ }
212
257
213
258
/** Result */
214
259
215
260
# qunit-testresult {
216
- padding : 0.5em 0.5 em 0.5em 2.5 em ;
261
+ padding : 0.5em 1 em 0.5em 1 em ;
217
262
218
- color : # 2b81af ;
263
+ color : # 2B81AF ;
219
264
background-color : # D2E0E6 ;
220
265
221
- border-bottom : 1px solid white ;
266
+ border-bottom : 1px solid # FFF ;
222
267
}
223
268
# qunit-testresult .module-name {
224
- font-weight : bold ;
269
+ font-weight : 700 ;
225
270
}
226
271
227
272
/** Fixture */
232
277
left : -10000px ;
233
278
width : 1000px ;
234
279
height : 1000px ;
235
- }
280
+ }
0 commit comments