@@ -66,6 +66,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
6666 "noCloneChecked" : true ,
6767 "optDisabled" : true ,
6868 "optSelected" : true ,
69+ "pixelMarginRight" : true ,
6970 "pixelPosition" : true ,
7071 "radioValue" : true ,
7172 "reliableMarginRight" : true
@@ -83,6 +84,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
8384 "noCloneChecked" : false ,
8485 "optDisabled" : true ,
8586 "optSelected" : false ,
87+ "pixelMarginRight" : true ,
8688 "pixelPosition" : true ,
8789 "radioValue" : false ,
8890 "reliableMarginRight" : true
@@ -100,6 +102,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
100102 "noCloneChecked" : false ,
101103 "optDisabled" : true ,
102104 "optSelected" : false ,
105+ "pixelMarginRight" : true ,
103106 "pixelPosition" : true ,
104107 "radioValue" : false ,
105108 "reliableMarginRight" : true
@@ -117,6 +120,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
117120 "noCloneChecked" : true ,
118121 "optDisabled" : true ,
119122 "optSelected" : true ,
123+ "pixelMarginRight" : true ,
120124 "pixelPosition" : false ,
121125 "radioValue" : true ,
122126 "reliableMarginRight" : true
@@ -134,6 +138,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
134138 "noCloneChecked" : true ,
135139 "optDisabled" : true ,
136140 "optSelected" : true ,
141+ "pixelMarginRight" : true ,
137142 "pixelPosition" : false ,
138143 "radioValue" : true ,
139144 "reliableMarginRight" : true
@@ -151,6 +156,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
151156 "noCloneChecked" : true ,
152157 "optDisabled" : true ,
153158 "optSelected" : true ,
159+ "pixelMarginRight" : true ,
154160 "pixelPosition" : true ,
155161 "radioValue" : true ,
156162 "reliableMarginRight" : true
@@ -168,6 +174,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
168174 "noCloneChecked" : true ,
169175 "optDisabled" : true ,
170176 "optSelected" : true ,
177+ "pixelMarginRight" : true ,
171178 "pixelPosition" : false ,
172179 "radioValue" : true ,
173180 "reliableMarginRight" : true
@@ -185,6 +192,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
185192 "noCloneChecked" : true ,
186193 "optDisabled" : true ,
187194 "optSelected" : true ,
195+ "pixelMarginRight" : true ,
188196 "pixelPosition" : false ,
189197 "radioValue" : true ,
190198 "reliableMarginRight" : true
@@ -202,6 +210,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
202210 "noCloneChecked" : true ,
203211 "optDisabled" : true ,
204212 "optSelected" : true ,
213+ "pixelMarginRight" : false ,
205214 "pixelPosition" : false ,
206215 "radioValue" : true ,
207216 "reliableMarginRight" : true
@@ -219,6 +228,7 @@ testIframeWithCallback( "Check CSP (https://developer.mozilla.org/en-US/docs/Sec
219228 "noCloneChecked" : true ,
220229 "optDisabled" : false ,
221230 "optSelected" : true ,
231+ "pixelMarginRight" : true ,
222232 "pixelPosition" : false ,
223233 "radioValue" : true ,
224234 "reliableMarginRight" : false
0 commit comments