Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / repaint-child-of-squashed-expected.txt
1 CASE 1, original layer tree
2 {
3   "bounds": [800, 600],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "children": [
10         {
11           "shouldFlattenTransform": false,
12           "children": [
13             {
14               "position": [50, 50],
15               "bounds": [100, 100],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#0000FF"
19             },
20             {
21               "position": [130, 130],
22               "bounds": [100, 100],
23               "drawsContent": true
24             }
25           ]
26         }
27       ]
28     }
29   ]
30 }
31 CASE 2, change color of "inner" to red
32 {
33   "bounds": [800, 600],
34   "children": [
35     {
36       "bounds": [800, 600],
37       "contentsOpaque": true,
38       "drawsContent": true,
39       "children": [
40         {
41           "shouldFlattenTransform": false,
42           "children": [
43             {
44               "position": [50, 50],
45               "bounds": [100, 100],
46               "contentsOpaque": true,
47               "drawsContent": true,
48               "backgroundColor": "#0000FF"
49             },
50             {
51               "position": [130, 130],
52               "bounds": [100, 100],
53               "drawsContent": true,
54               "repaintRects": [
55                 [10, 10, 50, 50]
56               ]
57             }
58           ]
59         }
60       ]
61     }
62   ]
63 }
64