Skip to content

Commit

Permalink
add spec
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioCrisostomo committed Jan 11, 2015
1 parent 72b7d2d commit 55df621
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Specs/Browser/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ describe('Browser.parseUA', function(){
name: 'chrome',
version: 33
}
},
windowsmobile: {
desc: 'Windows Phone 8.1',
string: 'Mozilla/5.0 (Mobile; Windows Phone 8.1; Android 4.0; ARM; Trident/7.0; Touch; rv:11.0; IEMobile/11.0; SAMSUNG; GT-I8750) like iPhone OS 7_0_3 Mac OS X AppleWebKit/537 (KHTML, like Gecko) Mobile Safari/537',
expect: {
name: 'ie',
version: 11,
platform: 'windowsmobile'
}
}
};

Expand Down

0 comments on commit 55df621

Please sign in to comment.