aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/dimensions
Commit message (Collapse)AuthorAgeFilesLines
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-21/+0
|
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-072-2/+2
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-262-2/+2
|
* 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.