aboutsummaryrefslogtreecommitdiff
path: root/js/tests/vendor/qunit.css
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/vendor/qunit.css')
-rw-r--r--js/tests/vendor/qunit.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/vendor/qunit.css b/js/tests/vendor/qunit.css
index 90e1269f1..75d8b6279 100644
--- a/js/tests/vendor/qunit.css
+++ b/js/tests/vendor/qunit.css
@@ -1,12 +1,12 @@
/*!
- * QUnit 2.2.0
+ * QUnit 2.3.2
* https://qunitjs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
- * Date: 2017-03-11T16:19Z
+ * Date: 2017-04-18T02:19Z
*/
/** Font Family and Sizes */
@@ -236,7 +236,7 @@
}
#qunit-tests.hidepass li.running,
-#qunit-tests.hidepass li.pass {
+#qunit-tests.hidepass li.pass:not(.todo) {
visibility: hidden;
position: absolute;
width: 0;
@@ -433,4 +433,4 @@
left: -10000px;
width: 1000px;
height: 1000px;
-}
+} \ No newline at end of file