We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487d5ca commit e99a3acCopy full SHA for e99a3ac
test/unit/support.js
@@ -127,6 +127,23 @@ testIframeWithCallback(
127
"radioValue": true,
128
"reliableMarginLeft": true
129
};
130
+ } else if ( /9\.0(\.\d+|) safari/i.test( userAgent ) ) {
131
+ expected = {
132
+ "ajax": true,
133
+ "boxSizingReliable": true,
134
+ "checkClone": true,
135
+ "checkOn": true,
136
+ "clearCloneStyle": true,
137
+ "cors": true,
138
+ "createHTMLDocument": true,
139
+ "focusin": false,
140
+ "noCloneChecked": true,
141
+ "optSelected": true,
142
+ "pixelMarginRight": true,
143
+ "pixelPosition": false,
144
+ "radioValue": true,
145
+ "reliableMarginLeft": true
146
+ };
147
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
148
expected = {
149
"ajax": true,
0 commit comments