Build: Upgrade to QUnit 1.18.0

This commit is contained in:
Jörn Zaefferer 2015-04-03 12:49:43 +02:00
parent 0de27b0609
commit 98d9bb9b3e
4 changed files with 1172 additions and 209 deletions

View File

@ -14,7 +14,7 @@
"jquery-mousewheel": "3.1.12", "jquery-mousewheel": "3.1.12",
"jquery-simulate": "1.0.0", "jquery-simulate": "1.0.0",
"jshint": "2.4.4", "jshint": "2.4.4",
"qunit": "1.17.1", "qunit": "1.18.0",
"qunit-assert-classes": "0.1.5", "qunit-assert-classes": "0.1.5",
"jquery-1.7.0": "jquery#1.7.0", "jquery-1.7.0": "jquery#1.7.0",

View File

@ -30,7 +30,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
==== ====
All files located in the node_modules and external directories are All files located in the node_modules directory are externally maintained
externally maintained libraries used by this software which have their libraries used by this software which have their own licenses; we
own licenses; we recommend you read them, as their terms may differ from recommend you read them, as their terms may differ from the terms above.
the terms above.

View File

@ -1,12 +1,12 @@
/*! /*!
* QUnit 1.17.1 * QUnit 1.18.0
* http://qunitjs.com/ * http://qunitjs.com/
* *
* Copyright jQuery Foundation and other contributors * Copyright jQuery Foundation and other contributors
* Released under the MIT license * Released under the MIT license
* http://jquery.org/license * http://jquery.org/license
* *
* Date: 2015-01-20T19:39Z * Date: 2015-04-03T10:23Z
*/ */
/** Font Family and Sizes */ /** Font Family and Sizes */
@ -116,7 +116,13 @@
#qunit-tests.hidepass li.running, #qunit-tests.hidepass li.running,
#qunit-tests.hidepass li.pass { #qunit-tests.hidepass li.pass {
display: none; visibility: hidden;
position: absolute;
width: 0px;
height: 0px;
padding: 0;
border: 0;
margin: 0;
} }
#qunit-tests li strong { #qunit-tests li strong {
@ -132,6 +138,11 @@
color: #C2CCD1; color: #C2CCD1;
text-decoration: none; text-decoration: none;
} }
#qunit-tests li p a {
padding: 0.25em;
color: #6B6464;
}
#qunit-tests li a:hover, #qunit-tests li a:hover,
#qunit-tests li a:focus { #qunit-tests li a:focus {
color: #000; color: #000;

1355
external/qunit/qunit.js vendored

File diff suppressed because it is too large Load Diff