]> source.dussan.org Git - jquery.git/commitdiff
Tests: Add iOS 11 support test results
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 20 Nov 2017 22:46:31 +0000 (23:46 +0100)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 20 Nov 2017 22:46:31 +0000 (23:46 +0100)
test/unit/support.js

index 0f0354b588437d6b9c068490bddba3d1270a9403..31217320770077a57efad7f6ec4e30822299d230 100644 (file)
@@ -187,6 +187,24 @@ testIframe(
                        "reliableMarginLeft": false,
                        "scrollboxSize": true
                };
+       } else if ( /iphone os 11_/i.test( userAgent ) ) {
+               expected = {
+                       "ajax": true,
+                       "boxSizingReliable": true,
+                       "checkClone": true,
+                       "checkOn": true,
+                       "clearCloneStyle": true,
+                       "cors": true,
+                       "createHTMLDocument": true,
+                       "focusin": false,
+                       "noCloneChecked": true,
+                       "optSelected": true,
+                       "pixelBoxStyles": true,
+                       "pixelPosition": true,
+                       "radioValue": true,
+                       "reliableMarginLeft": true,
+                       "scrollboxSize": true
+               };
        } else if ( /iphone os (?:9|10)_/i.test( userAgent ) ) {
                expected = {
                        "ajax": true,