Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / linux / compositing / backing / no-backing-for-clip-expected.txt
blobae40ab74d0dd1c59f674aa59136ec5ad5916b4d6
1 This layer should not have backing store.
2 This layer should not have backing store.
4   "bounds": [800, 600],
5   "children": [
6     {
7       "bounds": [800, 600],
8       "contentsOpaque": true,
9       "drawsContent": true,
10       "children": [
11         {
12           "position": [8, 8],
13           "bounds": [342, 244],
14           "drawsContent": true,
15           "children": [
16             {
17               "position": [1, 1],
18               "bounds": [340, 242],
19               "children": [
20                 {
21                   "position": [20, 40],
22                   "bounds": [342, 182],
23                   "drawsContent": true,
24                   "children": [
25                     {
26                       "position": [1, 1],
27                       "bounds": [340, 180],
28                       "children": [
29                         {
30                           "position": [30, 50],
31                           "bounds": [100, 100],
32                           "contentsOpaque": true,
33                           "drawsContent": true,
34                           "backgroundColor": "#C0C0C0"
35                         }
36                       ]
37                     }
38                   ]
39                 }
40               ]
41             }
42           ]
43         }
44       ]
45     }
46   ]