aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/dimensions
Commit message (Collapse)AuthorAgeFilesLines
* Ref #13316: Sync all test documents on full vs. minified source.Richard Gibson2013-02-082-2/+2
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-262-2/+2
| | | | Also migrates the XHR check added to 2.0 in 62acda819f9b6fba9263d0b613e15285807b23a7.
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-042-2/+2
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-042-4/+4
|
* Fix #11724, $(document).height() in Firefox 12. Closes gh-802.Mike Sherov2012-05-311-0/+10
| | | | This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a really old IE than a really recent Firefox.
* Fix #3838, $(document).height() incorrect in IE6Mike Sherov2012-03-022-0/+28
May still be broken in Netscape Navigator 4.