Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / iframes / invisible-nested-iframe-hide-expected.txt
1 {
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [18, 10],
11           "bounds": [210, 210],
12           "contentsOpaque": true,
13           "drawsContent": true,
14           "backgroundColor": "#0000FF"
15         }
16       ]
17     }
18   ]
19 }
20
21
22 --------
23 Frame: '-->'
24 --------
25 {
26   "bounds": [285, 192],
27   "children": [
28     {
29       "bounds": [285, 192],
30       "drawsContent": true,
31       "children": [
32         {
33           "position": [8, 8],
34           "bounds": [252, 172],
35           "drawsContent": true,
36           "children": [
37             {
38               "position": [1, 1],
39               "bounds": [250, 170],
40               "children": [
41                 {
42                   "bounds": [250, 170],
43                   "children": [
44                     {
45                       "children": [
46                         {
47                           "bounds": [250, 230],
48                           "children": [
49                             {
50                               "bounds": [250, 230],
51                               "drawsContent": true,
52                               "children": [
53                                 {
54                                   "position": [18, 10],
55                                   "bounds": [210, 210],
56                                   "contentsOpaque": true,
57                                   "drawsContent": true,
58                                   "backgroundColor": "#0000FF"
59                                 }
60                               ]
61                             }
62                           ]
63                         }
64                       ]
65                     }
66                   ]
67                 }
68               ]
69             }
70           ]
71         }
72       ]
73     }
74   ]
75 }
76
77
78 --------
79 Frame: '/-->'
80 --------
81 {
82   "bounds": [250, 230],
83   "children": [
84     {
85       "bounds": [250, 230],
86       "drawsContent": true,
87       "children": [
88         {
89           "position": [18, 10],
90           "bounds": [210, 210],
91           "contentsOpaque": true,
92           "drawsContent": true,
93           "backgroundColor": "#0000FF"
94         }
95       ]
96     }
97   ]
98 }
99