]> source.dussan.org Git - jquery.git/commitdiff
Tests: Blacklist the iframe scrollTop test in Opera 12.1x
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 16 Nov 2015 21:16:10 +0000 (22:16 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 16 Nov 2015 21:16:10 +0000 (22:16 +0100)
test/unit/offset.js

index ff1f02099c8d0ac1787c0e86f7ec73bd42abd129..11b4feb9783e6c5f42f205ffe9e539cec5e2e844 100644 (file)
@@ -575,9 +575,11 @@ QUnit.test( "iframe scrollTop/Left (see gh-1945)", function( assert ) {
        // Mobile Safari and Android 2.3 resize the iframe by its content
        // meaning it's not possible to scroll the iframe only its parent element.
        // It seems (not confirmed) in android 4.0 it's not possible to scroll iframes from the code.
+       // Opera 12.1x also has problems with this test.
        if ( /iphone os/i.test( navigator.userAgent ) ||
            /android 2\.3/i.test( navigator.userAgent ) ||
-           /android 4\.0/i.test( navigator.userAgent ) ) {
+           /android 4\.0/i.test( navigator.userAgent ) ||
+               /opera.*version\/12\.1/i.test( navigator.userAgent ) ) {
                assert.equal( true, true, "Can't scroll iframes in this environment" );
                assert.equal( true, true, "Can't scroll iframes in this environment" );