Skip to content

Commit 6a2cf01

Browse files
committed
Build: Update QUnit to 2.10.0
1 parent a596628 commit 6a2cf01

File tree

3 files changed

+2069
-603
lines changed

3 files changed

+2069
-603
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test"
1717
],
1818
"devDependencies": {
19-
"qunit": "2.5.0",
19+
"qunit": "2.10.0",
2020
"jquery-1.5.2": "jquery#1.5.2",
2121
"jquery-1.6.4": "jquery#1.6.4",
2222
"jquery-1.7.2": "jquery#1.7.2",

external/qunit/qunit.css

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
/*!
2-
* QUnit 2.5.0
2+
* QUnit 2.10.0
33
* https://qunitjs.com/
44
*
55
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license
77
* https://jquery.org/license
88
*
9-
* Date: 2018-01-10T02:56Z
9+
* Date: 2020-05-02T22:51Z
1010
*/
1111

1212
/** Font Family and Sizes */
1313

14+
15+
[id^=qunit] button {
16+
font-size: initial;
17+
border: initial;
18+
background-color: buttonface;
19+
}
20+
1421
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult {
1522
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
1623
}
@@ -98,6 +105,10 @@
98105
height: 1.6em;
99106
}
100107

108+
#qunit-toolbar-filters {
109+
float: right;
110+
}
111+
101112
.qunit-url-config,
102113
.qunit-filter,
103114
#qunit-modulefilter {
@@ -107,7 +118,6 @@
107118

108119
.qunit-filter,
109120
#qunit-modulefilter {
110-
float: right;
111121
position: relative;
112122
margin-left: 1em;
113123
}
@@ -118,7 +128,7 @@
118128

119129
#qunit-modulefilter-search {
120130
box-sizing: border-box;
121-
width: 400px;
131+
min-width: 400px;
122132
}
123133

124134
#qunit-modulefilter-search-container:after {
@@ -131,7 +141,7 @@
131141
#qunit-modulefilter-dropdown {
132142
/* align with #qunit-modulefilter-search */
133143
box-sizing: border-box;
134-
width: 400px;
144+
min-width: 400px;
135145
position: absolute;
136146
right: 0;
137147
top: 50%;
@@ -204,6 +214,7 @@
204214
#qunit-modulefilter-dropdown-list .clickable {
205215
display: block;
206216
padding-left: 0.15em;
217+
padding-right: 0.5em;
207218
}
208219

209220

0 commit comments

Comments
 (0)