]> source.dussan.org Git - jquery.git/commitdiff
Tests: Add Safari 11 support test results
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 18 Oct 2017 15:59:22 +0000 (17:59 +0200)
committerMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Wed, 18 Oct 2017 15:59:22 +0000 (17:59 +0200)
test/unit/support.js

index 98a24e7821d420791880dde63677abb9c5239884..0f0354b588437d6b9c068490bddba3d1270a9403 100644 (file)
@@ -133,6 +133,24 @@ testIframe(
                        "reliableMarginLeft": true,
                        "scrollboxSize": true
                };
+       } else if ( /\b11\.\d(\.\d+)* safari/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 ( /\b(?:9|10)\.\d(\.\d+)* safari/i.test( userAgent ) ) {
                expected = {
                        "ajax": true,