Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / content / test / data / gpu / pixel_scissor_expectations.json
blob08ded32783ab399141e587bd19530bdbb3a580ac
2   {
3     "comment": "red top",
4     "location": [ 1, 1 ],
5     "size": [ 198, 188 ],
6     "color": [ 255, 0, 0 ],
7     "tolerance": 3
8   },
9   {
10     "comment": "green bottom left",
11     "location": [ 1, 191 ],
12     "size": [ 8, 8 ],
13     "color": [ 0, 255, 0 ],
14     "tolerance": 3
15   },
16   {
17     "comment": "red bottom right",
18     "location": [ 11, 191 ],
19     "size": [ 188, 8 ],
20     "color": [ 255, 0, 0 ],
21     "tolerance": 3
22   }