summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/extensions/test/xpcshell/data/test_gfxBlacklist_OSVersion.json
blob: c80bf3eedd4bdcf670f8e602e5b5e7b71e3f33c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "os": "WINNT 6.2",
    "vendor": "0xabcd",
    "devices": ["0x2783", "0x1234", "0x2782"],
    "feature": " DIRECT2D ",
    "featureStatus": " BLOCKED_DRIVER_VERSION ",
    "driverVersion": " 8.52.322.2202 ",
    "driverVersionComparator": " LESS_THAN "
  },
  {
    "os": "Darwin 13",
    "vendor": "0xabcd",
    "devices": ["0x2783", "0x1234", "0x2782"],
    "feature": " OPENGL_LAYERS ",
    "featureStatus": " BLOCKED_DRIVER_VERSION ",
    "driverVersion": " 8.52.322.2202 ",
    "driverVersionComparator": " LESS_THAN "
  }
]