1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Add tests for some devices on Windows

related to #89
This commit is contained in:
Denis Demchenko 2016-11-03 17:37:36 +02:00
parent ce445c5d27
commit c7d663a7b5

View File

@ -649,6 +649,18 @@ module.exports.useragents = {
, version: '10.0'
, a: true
}
, 'Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko': {
msie: true
, version: '11.0'
, a: true
, windows: true
}
, 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; LCTE; rv:11.0)': {
msie: true
, version: '11.0'
, a: true
, windows: true
}
}
, 'Microsoft Edge': {
'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0': {