mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
checkClone and appendChecked test failures in Chrome 19; reliableMarginRight failures in Safari 5.
This commit is contained in:
committed by
Dave Methvin
parent
e0151e5827
commit
551f8510d5
@@ -40,7 +40,7 @@ var userAgent = window.navigator.userAgent;
|
||||
|
||||
// These tests do not have to stay
|
||||
// They are here to help with upcoming support changes for 1.8
|
||||
if ( /chrome\/16\.0/i.test(userAgent) ) {
|
||||
if ( /chrome\/19\.0/i.test(userAgent) ) {
|
||||
test("Verify that the support tests resolve as expected per browser", function() {
|
||||
var i,
|
||||
expected = {
|
||||
@@ -223,8 +223,8 @@ if ( /chrome\/16\.0/i.test(userAgent) ) {
|
||||
"noCloneChecked":true,
|
||||
"optDisabled":true,
|
||||
"radioValue":true,
|
||||
"checkClone":true,
|
||||
"appendChecked":true,
|
||||
"checkClone":false,
|
||||
"appendChecked":false,
|
||||
"boxModel":true,
|
||||
"reliableHiddenOffsets":true,
|
||||
"ajax":true,
|
||||
|
||||
Reference in New Issue
Block a user