Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / rtl / rtl-iframe-absolute-expected.txt
blob416f3a6c2870aaab58a3464dfb338c0361ca38b9
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                               "backgroundColor": "#FF0000",
28                               "children": [
29                                 {
30                                   "position": [50, 50],
31                                   "bounds": [100, 100],
32                                   "contentsOpaque": true,
33                                   "drawsContent": true,
34                                   "backgroundColor": "#008000"
35                                 }
36                               ]
37                             }
38                           ]
39                         }
40                       ]
41                     }
42                   ]
43                 }
44               ]
45             }
46           ]
47         }
48       ]
49     }
50   ]
54 --------
55 Frame: '<!--framePath //<!--frame0-->-->'
56 --------
58   "bounds": [400, 400],
59   "children": [
60     {
61       "bounds": [400, 400],
62       "drawsContent": true,
63       "backgroundColor": "#FF0000",
64       "children": [
65         {
66           "position": [50, 50],
67           "bounds": [100, 100],
68           "contentsOpaque": true,
69           "drawsContent": true,
70           "backgroundColor": "#008000"
71         }
72       ]
73     }
74   ]