Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes IE7 test suite. Keep the testElement attached and set necessary styles ↵ | timmywil | 2011-09-28 | 1 | -1/+1 |
| | | | | on it to fix the offset with margin test. | ||||
* | Add test page for crashing IE8 when the testElement in support has a ↵ | timmywil | 2011-08-04 | 1 | -0/+5 |
| | | | | background (will run from the test suite). Supplements #9823. | ||||
* | Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes ↵ | Rick Waldron | 2011-08-03 | 1 | -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 ↵ | jaubourg | 2011-05-13 | 1 | -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 ↵ | jaubourg | 2011-05-10 | 1 | -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). |