Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / virtual / softwarecompositing / repaint / repaint-into-ancestor-after-layout-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [50, 50, 100, 100],
10         [50, 10, 100, 100]
11       ],
12       "children": [
13         {
14           "position": [50, 10],
15           "bounds": [100, 100],
16           "contentsOpaque": true,
17           "backgroundColor": "#00FF00",
18           "children": [
19             {
20               "bounds": [100, 100],
21               "children": [
22                 {
23                   "bounds": [50, 50],
24                   "contentsOpaque": true,
25                   "drawsContent": true,
26                   "backgroundColor": "#00FFFF"
27                 }
28               ]
29             }
30           ]
31         }
32       ]
33     }
34   ]
35 }
36