We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd1af6b commit a74a03eCopy full SHA for a74a03e
packages/binding.core/spec/textInputBehaviors.ts
@@ -25,7 +25,7 @@ describe('Binding: TextInput', function () {
25
bindingHandlers.set(coreBindings)
26
})
27
28
- it('User-Agent detection IE10 + IE11', function () {
+ it('User-Agent detection for Internet Explorer', function () {
29
let uaList = [
30
{ agent: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/7.0', version: 9 },
31
{ agent: 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; Trident/6.0)', version: 10 },
0 commit comments