Skip to content

Commit

Permalink
Adds two iPod tests
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Sep 22, 2015
1 parent 2cff220 commit 85cc99c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tests/user_agents.json
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,16 @@
"browser": "Safari",
"version": "3.0"
},
"Mozilla\/5.0 (iPod; CPU iPhone OS 5_0_1 like Mac OS X) AppleWebKit\/534.46 (KHTML, like Gecko) Version\/5.1 Mobile\/9A405 Safari\/7534.48.3": {
"platform": "iPod",
"browser": "Safari",
"version": "5.1"
},
"Mozilla\/5.0 (iPod touch; CPU iPhone OS 7_0_3 like Mac OS X) AppleWebKit\/537.51.1 (KHTML, like Gecko) Version\/7.0 Mobile\/11B511 Safari\/9537.53": {
"platform": "iPod",
"browser": "Safari",
"version": "7.0"
},
"Mozilla\/4.0 (compatible; Linux 2.6.10) NetFront\/3.3 Kindle\/1.0 (screen 600x800)": {
"platform": "Kindle",
"browser": "Kindle",
Expand Down

0 comments on commit 85cc99c

Please sign in to comment.