]> source.dussan.org Git - jquery.git/commitdiff
Support: Add iOS6 support tests results
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 27 Jan 2014 19:16:06 +0000 (20:16 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 27 Jan 2014 20:17:53 +0000 (21:17 +0100)
test/unit/support.js

index 10defc5e932f173beb1773eb8cd3a3bea644e4f2..feea7dd3507f14f684daa213d5805a7afd0ba983 100644 (file)
@@ -195,6 +195,22 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
                        "radioValue": true,
                        "reliableMarginRight": true
                };
+       } else if ( /iphone os 6_0/i.test( userAgent ) ) {
+               expected = {
+                       "ajax": true,
+                       "boxSizingReliable": true,
+                       "checkClone": true,
+                       "checkOn": true,
+                       "clearCloneStyle": true,
+                       "cors": true,
+                       "focusinBubbles": false,
+                       "noCloneChecked": true,
+                       "optDisabled": true,
+                       "optSelected": true,
+                       "pixelPosition": false,
+                       "radioValue": true,
+                       "reliableMarginRight": true
+               };
        }
 
        if ( expected ) {