]> source.dussan.org Git - jquery.git/commitdiff
Tests: Add iOS 9 support tests results
authorMichał Gołębiowski <m.goleb@gmail.com>
Fri, 30 Oct 2015 18:18:20 +0000 (19:18 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 30 Oct 2015 18:18:20 +0000 (19:18 +0100)
test/unit/support.js

index b9788b55f17d4acc6ed44aaaf2331cbf7db85251..486e0be3fb963281db6f2b7b7404031a23c768a4 100644 (file)
@@ -385,6 +385,40 @@ testIframeWithCallback(
                        "style": true,
                        "submit": true
                };
+       } else if ( /iphone os 9/i.test( userAgent ) ) {
+               expected = {
+                       "ajax": true,
+                       "attributes": true,
+                       "boxSizingReliable": true,
+                       "change": true,
+                       "checkClone": true,
+                       "checkOn": true,
+                       "clearCloneStyle": true,
+                       "cors": true,
+                       "createHTMLDocument": true,
+                       "cssFloat": true,
+                       "deleteExpando": true,
+                       "focusin": false,
+                       "gBCRDimensions": true,
+                       "html5Clone": true,
+                       "htmlSerialize": true,
+                       "input": true,
+                       "leadingWhitespace": true,
+                       "noCloneChecked": true,
+                       "noCloneEvent": true,
+                       "opacity": true,
+                       "optDisabled": true,
+                       "optSelected": true,
+                       "ownFirst": true,
+                       "pixelMarginRight": true,
+                       "pixelPosition": false,
+                       "radioValue": true,
+                       "reliableHiddenOffsets": true,
+                       "reliableMarginRight": true,
+                       "reliableMarginLeft": true,
+                       "style": true,
+                       "submit": true
+               };
        } else if ( /iphone os 8/i.test( userAgent ) ) {
                expected = {
                        "ajax": true,