Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / rtl / rtl-iframe-relative-expected.txt
blobc1efc62a49f4018b5942bfec25c8a8d88ff7eed9
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "bounds": [400, 400],
11           "drawsContent": true,
12           "children": [
13             {
14               "bounds": [400, 400],
15               "children": [
16                 {
17                   "bounds": [400, 400],
18                   "children": [
19                     {
20                       "children": [
21                         {
22                           "bounds": [400, 400],
23                           "children": [
24                             {
25                               "bounds": [400, 400],
26                               "drawsContent": true,
27                               "children": [
28                                 {
29                                   "position": [242, 58],
30                                   "bounds": [100, 100],
31                                   "contentsOpaque": true,
32                                   "drawsContent": true,
33                                   "backgroundColor": "#008000"
34                                 }
35                               ]
36                             }
37                           ]
38                         }
39                       ]
40                     }
41                   ]
42                 }
43               ]
44             }
45           ]
46         }
47       ]
48     }
49   ]
53 --------
54 Frame: '<!--framePath //<!--frame0-->-->'
55 --------
57   "bounds": [400, 400],
58   "children": [
59     {
60       "bounds": [400, 400],
61       "drawsContent": true,
62       "children": [
63         {
64           "position": [242, 58],
65           "bounds": [100, 100],
66           "contentsOpaque": true,
67           "drawsContent": true,
68           "backgroundColor": "#008000"
69         }
70       ]
71     }
72   ]