Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / images / direct-image-dynamic-border-draws-content-expected.txt
1
2 layer tree before image style change
3
4 {
5   "bounds": [800, 600],
6   "children": [
7     {
8       "bounds": [800, 600],
9       "contentsOpaque": true,
10       "drawsContent": true,
11       "children": [
12         {
13           "position": [8, 8],
14           "bounds": [256, 256]
15         }
16       ]
17     }
18   ]
19 }
20
21 layer tree after image style change
22
23 {
24   "bounds": [800, 600],
25   "children": [
26     {
27       "bounds": [800, 600],
28       "contentsOpaque": true,
29       "drawsContent": true,
30       "children": [
31         {
32           "position": [8, 8],
33           "bounds": [260, 260],
34           "drawsContent": true
35         }
36       ]
37     }
38   ]
39 }
40
41