Skip to content

Commit d36d116

Browse files
committed
Upgrade QUnit to 1.11.0. Fixes #8969 - Global test failure in Opera 12.12.
1 parent a36012a commit d36d116

File tree

4 files changed

+369
-175
lines changed

4 files changed

+369
-175
lines changed

external/qunit.css

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* QUnit v1.10.0 - A JavaScript Unit Testing Framework
2+
* QUnit v1.11.0 - A JavaScript Unit Testing Framework
33
*
44
* http://qunitjs.com
55
*
@@ -20,7 +20,7 @@
2020

2121
/** Resets */
2222

23-
#qunit-tests, #qunit-tests ol, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
23+
#qunit-tests, #qunit-header, #qunit-banner, #qunit-userAgent, #qunit-testresult, #qunit-modulefilter {
2424
margin: 0;
2525
padding: 0;
2626
}
@@ -111,7 +111,12 @@
111111
color: #000;
112112
}
113113

114-
#qunit-tests ol {
114+
#qunit-tests li .runtime {
115+
float: right;
116+
font-size: smaller;
117+
}
118+
119+
.qunit-assert-list {
115120
margin-top: 0.5em;
116121
padding: 0.5em;
117122

@@ -122,6 +127,10 @@
122127
-webkit-border-radius: 5px;
123128
}
124129

130+
.qunit-collapsed {
131+
display: none;
132+
}
133+
125134
#qunit-tests table {
126135
border-collapse: collapse;
127136
margin-top: .2em;

0 commit comments

Comments
 (0)