Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
4dd9a5a6
Commit
4dd9a5a6
authored
Aug 25, 2015
by
XhmikosR
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update QUnit to v1.18.0.
parent
3e664271
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1185 additions
and
221 deletions
+1185
-221
js/tests/vendor/qunit.css
js/tests/vendor/qunit.css
+14
-3
js/tests/vendor/qunit.js
js/tests/vendor/qunit.js
+1171
-218
No files found.
js/tests/vendor/qunit.css
View file @
4dd9a5a6
/*!
/*!
* QUnit 1.1
7.1
* QUnit 1.1
8.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-0
1-20T19:39
Z
* Date: 2015-0
4-03T10:23
Z
*/
*/
/** Font Family and Sizes */
/** Font Family and Sizes */
...
@@ -116,7 +116,13 @@
...
@@ -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 @@
...
@@ -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
;
...
...
js/tests/vendor/qunit.js
View file @
4dd9a5a6
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment