Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / squashing / squash-transform-repainting-transformed-child-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": [100, 100],
15               "bounds": [100, 100],
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#0000FF"
19             },
20             {
21               "position": [4, 4],
22               "bounds": [276, 276],
23               "drawsContent": true
24             }
25           ]
26         }
27       ]
28     }
29   ]
30 }
31 CASE 2, hovering over the outer div
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": [100, 100],
45               "bounds": [100, 100],
46               "contentsOpaque": true,
47               "drawsContent": true,
48               "backgroundColor": "#0000FF"
49             },
50             {
51               "position": [4, 4],
52               "bounds": [276, 276],
53               "drawsContent": true,
54               "repaintRects": [
55                 [1, 1, 130, 130]
56               ]
57             }
58           ]
59         }
60       ]
61     }
62   ]
63 }
64 CASE 3, hovering over the inner div
65 {
66   "bounds": [800, 600],
67   "children": [
68     {
69       "bounds": [800, 600],
70       "contentsOpaque": true,
71       "drawsContent": true,
72       "children": [
73         {
74           "shouldFlattenTransform": false,
75           "children": [
76             {
77               "position": [100, 100],
78               "bounds": [100, 100],
79               "contentsOpaque": true,
80               "drawsContent": true,
81               "backgroundColor": "#0000FF"
82             },
83             {
84               "position": [4, 4],
85               "bounds": [276, 276],
86               "drawsContent": true,
87               "repaintRects": [
88                 [18, 21, 86, 86],
89                 [1, 1, 130, 130]
90               ]
91             }
92           ]
93         }
94       ]
95     }
96   ]
97 }
98