summaryrefslogtreecommitdiff
path: root/chromium/third_party/google-closure-library/sauce_browsers.json
blob: 439d5e8f4479b85fbd007d01860b3c220d1180e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[
  {
    "browserName" : "firefox",
    "platform" : "Linux",
    "version": "40.0"
  },
  {
    "browserName" : "chrome",
    "platform" : "Windows 10",
    "timeZone": "Pacific",
    "version" : "51.0"
  },
  {
    "browserName" : "internet explorer",
    "version" : "11.0",
    "platform" : "Windows 7",
    "timeZone": "Pacific",
    "prerun": {
      "executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat",
      "background": true
    }
  },
  {
    "browserName" : "internet explorer",
    "version" : "9.0",
    "platform" : "Windows 7",
    "timeZone": "Pacific",
    "prerun": {
      "executable": "https://raw.githubusercontent.com/google/closure-library/master/scripts/ci/ie_setup.bat",
      "background": true
    }
  }
]