Ticket #11443 (closed bug: fixed)
checkClone and appendChecked test failures in Chrome 16
| Reported by: | amonat@… | Owned by: | mikesherov |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | support | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Running the tests in Chrome 16.0.912.77 m on Windows 7 I got these failures:
support: Verify that the support tests resolve as expected per browser (2, 32, 34) jQuery.supportcheckClone?: false, expectedcheckClone?: true Source: at Object.<anonymous> ( http://192.168.2.3:8888/test/unit/support.js:108:4)
jQuery.supportappendChecked?: false, expectedappendChecked?: true Source: at Object.<anonymous> ( http://192.168.2.3:8888/test/unit/support.js:108:4)
Change History
comment:1 Changed 14 months ago by mikesherov
- Owner set to mikesherov
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to support
comment:2 Changed 12 months ago by Mike Sherov
- Status changed from assigned to closed
- Resolution set to fixed
Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790.
checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.
Changeset: 551f8510d516753a803f8d231138f82544dcb45a
comment:3 Changed 12 months ago by Mike Sherov
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.
Changeset: 04c06e6858caca13fd9cca71ce80a1fd431f2c41
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
