Skip to content

Commit e99a3ac

Browse files
committed
Tests: Add Safari 9 support tests results
1 parent 487d5ca commit e99a3ac

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/unit/support.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,23 @@ testIframeWithCallback(
127127
"radioValue": true,
128128
"reliableMarginLeft": true
129129
};
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+
};
130147
} else if ( /8\.0(\.\d+|) safari/i.test( userAgent ) ) {
131148
expected = {
132149
"ajax": true,

0 commit comments

Comments
 (0)