Merge "Drop iceweasel and blackberry tests for new jQuery.client"

This commit is contained in:
jenkins-bot 2020-09-10 14:25:36 +00:00 committed by Gerrit Code Review
commit 9e256b9a5f
2 changed files with 0 additions and 21 deletions

View file

@ -139,7 +139,6 @@ ve.init.mw.DesktopArticleTarget.static.compatibility = {
// containing an inequality (<,>,<=,>=) and a version number
supportedList: {
chrome: [ [ '>=', 19 ] ],
iceweasel: [ [ '>=', 10 ] ],
opera: [ [ '>=', 15 ] ],
// All versions not in unsupportedList are fully supported:
firefox: null,

View file

@ -166,21 +166,6 @@ QUnit.test( 'compatibility', function ( assert ) {
userAgent: 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Firefox/24.0',
matches: [ 'supportedList' ]
},
{
msg: 'Iceweasel 9',
userAgent: 'Mozilla/5.0 (X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1 Iceweasel/9.0.1',
matches: []
},
{
msg: 'Iceweasel 10',
userAgent: 'Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 Iceweasel/10.0',
matches: [ 'supportedList' ]
},
{
msg: 'Iceweasel 15',
userAgent: 'Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1 Iceweasel/15.0.1',
matches: [ 'supportedList' ]
},
{
msg: 'Safari 4',
userAgent: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us) AppleWebKit/531.21.11 (KHTML, like Gecko) Version/4.0.4 Safari/531.21.10',
@ -251,11 +236,6 @@ QUnit.test( 'compatibility', function ( assert ) {
userAgent: 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.52 Safari/537.36 OPR/15.0.1147.100',
matches: [ 'supportedList' ]
},
{
msg: 'BlackBerry',
userAgent: 'Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; en) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.1.0.346 Mobile Safari/534.11+',
matches: []
},
{
msg: 'Amazon Silk desktop',
userAgent: 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-us; Silk/1.0.13.81_10003810) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16 Silk-Accelerated=true',