We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c6ab6 commit efb139fCopy full SHA for efb139f
test/unit/support.js
@@ -83,7 +83,7 @@ testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlo
83
"cors":true,
84
"doesNotIncludeMarginInBodyOffset":true
85
};
86
- } else if ( /opera/i.test( userAgent ) ) {
+ } else if ( /opera.*version\/12\.1/i.test( userAgent ) ) {
87
expected = {
88
"leadingWhitespace":true,
89
"tbody":true,
0 commit comments