File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ testIframeWithCallback(
7373 "pixelPosition" : true ,
7474 "radioValue" : true ,
7575 "reliableMarginLeft" : true ,
76- "reliableMarginLRight " : true
76+ "reliableMarginRight " : true
7777 } ;
7878 } else if ( / o p e r a .* v e r s i o n \/ 1 2 \. 1 / i. test ( userAgent ) ) {
7979 expected = {
@@ -227,8 +227,8 @@ testIframeWithCallback(
227227 "pixelMarginRight" : true ,
228228 "pixelPosition" : false ,
229229 "radioValue" : true ,
230- "reliableMarginLeft" : true ,
231- "reliableMarginRight" : true
230+ "reliableMarginLeft" : false ,
231+ "reliableMarginRight" : false
232232 } ;
233233 } else if ( / f i r e f o x / i. test ( userAgent ) ) {
234234 expected = {
@@ -266,7 +266,7 @@ testIframeWithCallback(
266266 "pixelPosition" : false ,
267267 "radioValue" : true ,
268268 "reliableMarginLeft" : true ,
269- "reliableMarginLRight " : true
269+ "reliableMarginRight " : true
270270 } ;
271271 } else if ( / i p h o n e o s 8 _ / i. test ( userAgent ) ) {
272272 expected = {
You can’t perform that action at this time.
0 commit comments