@@ -67,12 +67,10 @@ testIframeWithCallback(
6767 "createHTMLDocument" : true ,
6868 "focusin" : false ,
6969 "noCloneChecked" : true ,
70- "optDisabled" : true ,
7170 "optSelected" : true ,
7271 "pixelMarginRight" : true ,
7372 "pixelPosition" : true ,
74- "radioValue" : true ,
75- "reliableMarginRight" : true
73+ "radioValue" : true
7674 } ;
7775 } else if ( / ( m s i e 1 0 \. 0 | t r i d e n t \/ 7 \. 0 ) / i. test ( userAgent ) ) {
7876 expected = {
@@ -85,12 +83,10 @@ testIframeWithCallback(
8583 "createHTMLDocument" : true ,
8684 "focusin" : true ,
8785 "noCloneChecked" : false ,
88- "optDisabled" : true ,
8986 "optSelected" : false ,
9087 "pixelMarginRight" : true ,
9188 "pixelPosition" : true ,
92- "radioValue" : false ,
93- "reliableMarginRight" : true
89+ "radioValue" : false
9490 } ;
9591 } else if ( / m s i e 9 \. 0 / i. test ( userAgent ) ) {
9692 expected = {
@@ -103,12 +99,10 @@ testIframeWithCallback(
10399 "createHTMLDocument" : true ,
104100 "focusin" : true ,
105101 "noCloneChecked" : false ,
106- "optDisabled" : true ,
107102 "optSelected" : false ,
108103 "pixelMarginRight" : true ,
109104 "pixelPosition" : true ,
110- "radioValue" : false ,
111- "reliableMarginRight" : true
105+ "radioValue" : false
112106 } ;
113107 } else if ( / c h r o m e / i. test ( userAgent ) ) {
114108
@@ -124,12 +118,10 @@ testIframeWithCallback(
124118 "createHTMLDocument" : true ,
125119 "focusin" : false ,
126120 "noCloneChecked" : true ,
127- "optDisabled" : true ,
128121 "optSelected" : true ,
129122 "pixelMarginRight" : true ,
130123 "pixelPosition" : true ,
131- "radioValue" : true ,
132- "reliableMarginRight" : true
124+ "radioValue" : true
133125 } ;
134126 } else if ( / 8 \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
135127 expected = {
@@ -142,12 +134,10 @@ testIframeWithCallback(
142134 "createHTMLDocument" : false ,
143135 "focusin" : false ,
144136 "noCloneChecked" : true ,
145- "optDisabled" : true ,
146137 "optSelected" : true ,
147138 "pixelMarginRight" : true ,
148139 "pixelPosition" : false ,
149- "radioValue" : true ,
150- "reliableMarginRight" : true
140+ "radioValue" : true
151141 } ;
152142 } else if ( / 7 \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
153143 expected = {
@@ -160,12 +150,10 @@ testIframeWithCallback(
160150 "createHTMLDocument" : true ,
161151 "focusin" : false ,
162152 "noCloneChecked" : true ,
163- "optDisabled" : true ,
164153 "optSelected" : true ,
165154 "pixelMarginRight" : true ,
166155 "pixelPosition" : false ,
167- "radioValue" : true ,
168- "reliableMarginRight" : true
156+ "radioValue" : true
169157 } ;
170158 } else if ( / f i r e f o x / i. test ( userAgent ) ) {
171159 expected = {
@@ -178,12 +166,10 @@ testIframeWithCallback(
178166 "createHTMLDocument" : true ,
179167 "focusin" : false ,
180168 "noCloneChecked" : true ,
181- "optDisabled" : true ,
182169 "optSelected" : true ,
183170 "pixelMarginRight" : true ,
184171 "pixelPosition" : true ,
185- "radioValue" : true ,
186- "reliableMarginRight" : true
172+ "radioValue" : true
187173 } ;
188174 } else if ( / i p h o n e o s 8 / i. test ( userAgent ) ) {
189175 expected = {
@@ -196,12 +182,10 @@ testIframeWithCallback(
196182 "createHTMLDocument" : false ,
197183 "focusin" : false ,
198184 "noCloneChecked" : true ,
199- "optDisabled" : true ,
200185 "optSelected" : true ,
201186 "pixelMarginRight" : true ,
202187 "pixelPosition" : false ,
203- "radioValue" : true ,
204- "reliableMarginRight" : true
188+ "radioValue" : true
205189 } ;
206190 } else if ( / i p h o n e o s ( 6 | 7 ) / i. test ( userAgent ) ) {
207191 expected = {
@@ -214,12 +198,10 @@ testIframeWithCallback(
214198 "createHTMLDocument" : true ,
215199 "focusin" : false ,
216200 "noCloneChecked" : true ,
217- "optDisabled" : true ,
218201 "optSelected" : true ,
219202 "pixelMarginRight" : true ,
220203 "pixelPosition" : false ,
221- "radioValue" : true ,
222- "reliableMarginRight" : true
204+ "radioValue" : true
223205 } ;
224206 } else if ( / a n d r o i d 4 \. [ 0 - 3 ] / i. test ( userAgent ) ) {
225207 expected = {
@@ -232,30 +214,10 @@ testIframeWithCallback(
232214 "createHTMLDocument" : true ,
233215 "focusin" : false ,
234216 "noCloneChecked" : true ,
235- "optDisabled" : true ,
236217 "optSelected" : true ,
237218 "pixelMarginRight" : false ,
238219 "pixelPosition" : false ,
239- "radioValue" : true ,
240- "reliableMarginRight" : true
241- } ;
242- } else if ( / a n d r o i d 2 \. 3 / i. test ( userAgent ) ) {
243- expected = {
244- "ajax" : true ,
245- "boxSizingReliable" : true ,
246- "checkClone" : true ,
247- "checkOn" : false ,
248- "clearCloneStyle" : false ,
249- "cors" : true ,
250- "createHTMLDocument" : true ,
251- "focusin" : false ,
252- "noCloneChecked" : true ,
253- "optDisabled" : false ,
254- "optSelected" : true ,
255- "pixelMarginRight" : true ,
256- "pixelPosition" : false ,
257- "radioValue" : true ,
258- "reliableMarginRight" : false
220+ "radioValue" : true
259221 } ;
260222 }
261223
0 commit comments