@@ -61,6 +61,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
6161 "checkOn" : true ,
6262 "clearCloneStyle" : true ,
6363 "cors" : true ,
64+ "createHTMLDocument" : true ,
6465 "focusinBubbles" : false ,
6566 "noCloneChecked" : true ,
6667 "optDisabled" : true ,
@@ -77,6 +78,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
7778 "checkOn" : true ,
7879 "clearCloneStyle" : false ,
7980 "cors" : true ,
81+ "createHTMLDocument" : true ,
8082 "focusinBubbles" : true ,
8183 "noCloneChecked" : false ,
8284 "optDisabled" : true ,
@@ -93,6 +95,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
9395 "checkOn" : true ,
9496 "clearCloneStyle" : false ,
9597 "cors" : false ,
98+ "createHTMLDocument" : true ,
9699 "focusinBubbles" : true ,
97100 "noCloneChecked" : false ,
98101 "optDisabled" : true ,
@@ -101,14 +104,32 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
101104 "radioValue" : false ,
102105 "reliableMarginRight" : true
103106 } ;
104- } else if ( / ( 6 | 7 | 8 ) \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
107+ } else if ( / ( 6 | 7 ) \. 0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
105108 expected = {
106109 "ajax" : true ,
107110 "boxSizingReliable" : true ,
108111 "checkClone" : true ,
109112 "checkOn" : true ,
110113 "clearCloneStyle" : true ,
111114 "cors" : true ,
115+ "createHTMLDocument" : true ,
116+ "focusinBubbles" : false ,
117+ "noCloneChecked" : true ,
118+ "optDisabled" : true ,
119+ "optSelected" : true ,
120+ "pixelPosition" : false ,
121+ "radioValue" : true ,
122+ "reliableMarginRight" : true
123+ } ;
124+ } else if ( / 8 .0 ( \. \d + | ) s a f a r i / i. test ( userAgent ) ) {
125+ expected = {
126+ "ajax" : true ,
127+ "boxSizingReliable" : true ,
128+ "checkClone" : true ,
129+ "checkOn" : true ,
130+ "clearCloneStyle" : true ,
131+ "cors" : true ,
132+ "createHTMLDocument" : false ,
112133 "focusinBubbles" : false ,
113134 "noCloneChecked" : true ,
114135 "optDisabled" : true ,
@@ -125,6 +146,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
125146 "checkOn" : true ,
126147 "clearCloneStyle" : true ,
127148 "cors" : true ,
149+ "createHTMLDocument" : true ,
128150 "focusinBubbles" : false ,
129151 "noCloneChecked" : true ,
130152 "optDisabled" : true ,
@@ -141,6 +163,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
141163 "checkOn" : true ,
142164 "clearCloneStyle" : true ,
143165 "cors" : true ,
166+ "createHTMLDocument" : true ,
144167 "focusinBubbles" : false ,
145168 "noCloneChecked" : true ,
146169 "optDisabled" : true ,
@@ -157,6 +180,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
157180 "checkOn" : false ,
158181 "clearCloneStyle" : true ,
159182 "cors" : true ,
183+ "createHTMLDocument" : true ,
160184 "focusinBubbles" : false ,
161185 "noCloneChecked" : true ,
162186 "optDisabled" : true ,
@@ -173,6 +197,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
173197 "checkOn" : false ,
174198 "clearCloneStyle" : false ,
175199 "cors" : true ,
200+ "createHTMLDocument" : true ,
176201 "focusinBubbles" : false ,
177202 "noCloneChecked" : true ,
178203 "optDisabled" : false ,
0 commit comments