Skip to content

Commit 225c789

Browse files
committed
update testing environment to use latest version of QUnit 1.19.0
1 parent c14d6e0 commit 225c789

10 files changed

+1815
-712
lines changed
Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
2-
* QUnit 1.17.1
2+
* QUnit 1.19.0
33
* http://qunitjs.com/
44
*
55
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license
77
* http://jquery.org/license
88
*
9-
* Date: 2015-01-20T19:39Z
9+
* Date: 2015-09-01T15:00Z
1010
*/
1111

1212
/** Font Family and Sizes */
@@ -116,7 +116,13 @@
116116

117117
#qunit-tests.hidepass li.running,
118118
#qunit-tests.hidepass li.pass {
119-
display: none;
119+
visibility: hidden;
120+
position: absolute;
121+
width: 0;
122+
height: 0;
123+
padding: 0;
124+
border: 0;
125+
margin: 0;
120126
}
121127

122128
#qunit-tests li strong {
@@ -132,6 +138,11 @@
132138
color: #C2CCD1;
133139
text-decoration: none;
134140
}
141+
142+
#qunit-tests li p a {
143+
padding: 0.25em;
144+
color: #6B6464;
145+
}
135146
#qunit-tests li a:hover,
136147
#qunit-tests li a:focus {
137148
color: #000;
@@ -151,6 +162,10 @@
151162
border-radius: 5px;
152163
}
153164

165+
.qunit-source {
166+
margin: 0.6em 0 0.3em;
167+
}
168+
154169
.qunit-collapsed {
155170
display: none;
156171
}

0 commit comments

Comments
 (0)