Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / contents-opaque / background-clip-expected.txt
blob2eff0f5eae814cba97441c2d62cc5ee3b0c8989b
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [13, 8],
11           "bounds": [100, 100],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#008000"
15         },
16         {
17           "position": [13, 113],
18           "bounds": [100, 100],
19           "drawsContent": true,
20           "backgroundColor": "#008000"
21         },
22         {
23           "position": [13, 218],
24           "bounds": [100, 100],
25           "drawsContent": true,
26           "backgroundColor": "#008000"
27         }
28       ]
29     }
30   ]