Updated QUnit

This commit is contained in:
Trevor Parscal 2012-03-09 21:50:24 +00:00
parent c977591886
commit 15b3515a1b
Notes: Trevor Parscal 2012-03-09 21:50:24 +00:00
2 changed files with 311 additions and 233 deletions

View file

@ -1,9 +1,9 @@
/**
* QUnit 1.2.0pre - A JavaScript Unit Testing Framework
* QUnit v1.4.0pre - A JavaScript Unit Testing Framework
*
* http://docs.jquery.com/QUnit
*
* Copyright (c) 2011 John Resig, Jörn Zaefferer
* Copyright (c) 2012 John Resig, Jörn Zaefferer
* Dual licensed under the MIT (MIT-LICENSE.txt)
* or GPL (GPL-LICENSE.txt) licenses.
*/
@ -54,6 +54,10 @@
color: #fff;
}
#qunit-header label {
display: inline-block;
}
#qunit-banner {
height: 5px;
}
@ -223,4 +227,6 @@
position: absolute;
top: -10000px;
left: -10000px;
width: 1000px;
height: 1000px;
}

File diff suppressed because it is too large Load diff