aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/support.js
Commit message (Collapse)AuthorAgeFilesLines
* Fixes IE7 test suite. Keep the testElement attached and set necessary styles ↵timmywil2011-09-281-1/+1
| | | | on it to fix the offset with margin test.
* Add test page for crashing IE8 when the testElement in support has a ↵timmywil2011-08-041-0/+5
| | | | background (will run from the test suite). Supplements #9823.
* Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes ↵Rick Waldron2011-08-031-2/+2
| | | | | | | | #9964. More Details: - https://github.com/jquery/jquery/pull/453 - http://bugs.jquery.com/ticket/9964
* Fixes #9239. If the body is already present in the DOM, use a div within it ↵jaubourg2011-05-131-0/+23
| | | | to perform boxModel-related support tests. Unit test added.
* Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵jaubourg2011-05-101-0/+32
done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).