@@ -104,15 +104,15 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
104
104
"radioValue" : false ,
105
105
"reliableMarginRight" : true
106
106
} ;
107
- } else if ( / ( 6 | 7 ) \ .0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
107
+ } else if ( / 8 .0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
108
108
expected = {
109
109
"ajax" : true ,
110
110
"boxSizingReliable" : true ,
111
111
"checkClone" : true ,
112
112
"checkOn" : true ,
113
113
"clearCloneStyle" : true ,
114
114
"cors" : true ,
115
- "createHTMLDocument" : true ,
115
+ "createHTMLDocument" : false ,
116
116
"focusinBubbles" : false ,
117
117
"noCloneChecked" : true ,
118
118
"optDisabled" : true ,
@@ -121,15 +121,15 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
121
121
"radioValue" : true ,
122
122
"reliableMarginRight" : true
123
123
} ;
124
- } else if ( / 8 .0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
124
+ } else if ( / ( 6 | 7 ) \ .0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
125
125
expected = {
126
126
"ajax" : true ,
127
127
"boxSizingReliable" : true ,
128
128
"checkClone" : true ,
129
129
"checkOn" : true ,
130
130
"clearCloneStyle" : true ,
131
131
"cors" : true ,
132
- "createHTMLDocument" : false ,
132
+ "createHTMLDocument" : true ,
133
133
"focusinBubbles" : false ,
134
134
"noCloneChecked" : true ,
135
135
"optDisabled" : true ,
@@ -155,7 +155,24 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
155
155
"radioValue" : true ,
156
156
"reliableMarginRight" : true
157
157
} ;
158
- } else if ( / i p h o n e o s / i. test ( userAgent ) ) {
158
+ } else if ( / i p h o n e o s 8 / i. test ( userAgent ) ) {
159
+ expected = {
160
+ "ajax" : true ,
161
+ "boxSizingReliable" : true ,
162
+ "checkClone" : true ,
163
+ "checkOn" : true ,
164
+ "clearCloneStyle" : true ,
165
+ "cors" : true ,
166
+ "createHTMLDocument" : false ,
167
+ "focusinBubbles" : false ,
168
+ "noCloneChecked" : true ,
169
+ "optDisabled" : true ,
170
+ "optSelected" : true ,
171
+ "pixelPosition" : false ,
172
+ "radioValue" : true ,
173
+ "reliableMarginRight" : true
174
+ } ;
175
+ } else if ( / i p h o n e o s ( 6 | 7 ) / i. test ( userAgent ) ) {
159
176
expected = {
160
177
"ajax" : true ,
161
178
"boxSizingReliable" : true ,
0 commit comments