File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -575,9 +575,11 @@ QUnit.test( "iframe scrollTop/Left (see gh-1945)", function( assert ) {
575
575
// Mobile Safari and Android 2.3 resize the iframe by its content
576
576
// meaning it's not possible to scroll the iframe only its parent element.
577
577
// It seems (not confirmed) in android 4.0 it's not possible to scroll iframes from the code.
578
+ // Opera 12.1x also has problems with this test.
578
579
if ( / i p h o n e o s / i. test ( navigator . userAgent ) ||
579
580
/ a n d r o i d 2 \. 3 / i. test ( navigator . userAgent ) ||
580
- / a n d r o i d 4 \. 0 / i. test ( navigator . userAgent ) ) {
581
+ / a n d r o i d 4 \. 0 / i. test ( navigator . userAgent ) ||
582
+ / o p e r a .* v e r s i o n \/ 1 2 \. 1 / i. test ( navigator . userAgent ) ) {
581
583
assert . equal ( true , true , "Can't scroll iframes in this environment" ) ;
582
584
assert . equal ( true , true , "Can't scroll iframes in this environment" ) ;
583
585
You can’t perform that action at this time.
0 commit comments