Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / squashing / squash-paint-invalidation-fixed-position-expected.txt
blobfc752ba3e18d8aacf3363c51d074ca1b06fc7f7c
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 8],
11           "bounds": [100, 5000],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#ADD8E6"
15         },
16         {
17           "position": [8, 25],
18           "bounds": [100, 100],
19           "contentsOpaque": true,
20           "drawsContent": true,
21           "backgroundColor": "#D3D3D3"
22         },
23         {
24           "position": [8, 50],
25           "bounds": [100, 100],
26           "contentsOpaque": true,
27           "drawsContent": true,
28           "backgroundColor": "#FF0000",
29           "repaintRects": [
30             [0, 0, 100, 100]
31           ]
32         }
33       ]
34     }
35   ]
37  {
38   "bounds": [800, 600],
39   "children": [
40     {
41       "bounds": [800, 600],
42       "contentsOpaque": true,
43       "drawsContent": true,
44       "children": [
45         {
46           "position": [8, 8],
47           "bounds": [100, 5000],
48           "contentsOpaque": true,
49           "drawsContent": true,
50           "backgroundColor": "#ADD8E6"
51         },
52         {
53           "position": [8, 25],
54           "bounds": [100, 100],
55           "contentsOpaque": true,
56           "drawsContent": true,
57           "backgroundColor": "#D3D3D3"
58         },
59         {
60           "position": [8, 50],
61           "bounds": [100, 100],
62           "contentsOpaque": true,
63           "drawsContent": true,
64           "backgroundColor": "#0000FF",
65           "repaintRects": [
66             [0, 0, 100, 100]
67           ]
68         }
69       ]
70     }
71   ]