Skip to content

Commit 4ed8b49

Browse files
committed
Revert "Build: Bump qunit version"
This reverts commit afe2727.
1 parent afe2727 commit 4ed8b49

File tree

4 files changed

+1220
-2703
lines changed

4 files changed

+1220
-2703
lines changed

external/qunit/LICENSE.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3030

3131
====
3232

33-
All files located in the node_modules directory are externally maintained
34-
libraries used by this software which have their own licenses; we
35-
recommend you read them, as their terms may differ from the terms above.
33+
All files located in the node_modules and external directories are
34+
externally maintained libraries used by this software which have their
35+
own licenses; we recommend you read them, as their terms may differ from
36+
the terms above.

external/qunit/qunit.css

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
/*!
2-
* QUnit 1.23.1
3-
* https://qunitjs.com/
2+
* QUnit 1.17.1
3+
* http://qunitjs.com/
44
*
55
* Copyright jQuery Foundation and other contributors
66
* Released under the MIT license
7-
* https://jquery.org/license
7+
* http://jquery.org/license
88
*
9-
* Date: 2016-04-12T17:29Z
9+
* Date: 2015-01-20T19:39Z
1010
*/
1111

1212
/** Font Family and Sizes */
1313

14-
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult {
14+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult {
1515
font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
1616
}
1717

18-
#qunit-testrunner-toolbar, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
18+
#qunit-testrunner-toolbar, #qunit-userAgent, #qunit-testresult, #qunit-tests li { font-size: small; }
1919
#qunit-tests { font-size: smaller; }
2020

2121

2222
/** Resets */
2323

24-
#qunit-tests, #qunit-header, #qunit-banner, #qunit-filteredTest, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
24+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
2525
margin: 0;
2626
padding: 0;
2727
}
@@ -68,12 +68,6 @@
6868
overflow: hidden;
6969
}
7070

71-
#qunit-filteredTest {
72-
padding: 0.5em 1em 0.5em 1em;
73-
background-color: #F4FF77;
74-
color: #366097;
75-
}
76-
7771
#qunit-userAgent {
7872
padding: 0.5em 1em 0.5em 1em;
7973
background-color: #2B81AF;
@@ -120,19 +114,9 @@
120114
display: list-item;
121115
}
122116

123-
#qunit-tests.hidepass {
124-
position: relative;
125-
}
126-
127117
#qunit-tests.hidepass li.running,
128118
#qunit-tests.hidepass li.pass {
129-
visibility: hidden;
130-
position: absolute;
131-
width: 0;
132-
height: 0;
133-
padding: 0;
134-
border: 0;
135-
margin: 0;
119+
display: none;
136120
}
137121

138122
#qunit-tests li strong {
@@ -148,11 +132,6 @@
148132
color: #C2CCD1;
149133
text-decoration: none;
150134
}
151-
152-
#qunit-tests li p a {
153-
padding: 0.25em;
154-
color: #6B6464;
155-
}
156135
#qunit-tests li a:hover,
157136
#qunit-tests li a:focus {
158137
color: #000;
@@ -172,10 +151,6 @@
172151
border-radius: 5px;
173152
}
174153

175-
.qunit-source {
176-
margin: 0.6em 0 0.3em;
177-
}
178-
179154
.qunit-collapsed {
180155
display: none;
181156
}

0 commit comments

Comments
 (0)