File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 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 ) {
575575 // Mobile Safari and Android 2.3 resize the iframe by its content
576576 // meaning it's not possible to scroll the iframe only its parent element.
577577 // 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.
578579 if ( / i p h o n e o s / i. test ( navigator . userAgent ) ||
579580 / 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 ) ) {
581583 assert . equal ( true , true , "Can't scroll iframes in this environment" ) ;
582584 assert . equal ( true , true , "Can't scroll iframes in this environment" ) ;
583585
You can’t perform that action at this time.
0 commit comments