chromium/content/test/data/gpu/pixel_scissor_expectations.json

[
  {
    "comment": "red top",
    "location": [ 1, 1 ],
    "size": [ 198, 188 ],
    "color": [ 255, 0, 0 ],
    "tolerance": 3
  },
  {
    "comment": "green bottom left",
    "location": [ 1, 191 ],
    "size": [ 8, 8 ],
    "color": [ 0, 255, 0 ],
    "tolerance": 3
  },
  {
    "comment": "red bottom right",
    "location": [ 11, 191 ],
    "size": [ 188, 8 ],
    "color": [ 255, 0, 0 ],
    "tolerance": 3
  }
]