Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / linux / compositing / backing / no-backing-for-clip-overlap-expected.txt
blob6a15e09f5a5977e17213980552fb69cda329acd6
1 This layer should not have backing store.
2 This layer should 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, 182],
14           "drawsContent": true,
15           "children": [
16             {
17               "position": [1, 1],
18               "bounds": [340, 180],
19               "children": [
20                 {
21                   "position": [30, 50],
22                   "bounds": [100, 100],
23                   "contentsOpaque": true,
24                   "drawsContent": true,
25                   "backgroundColor": "#C0C0C0"
26                 }
27               ]
28             }
29           ]
30         },
31         {
32           "position": [8, 180],
33           "bounds": [342, 182],
34           "drawsContent": true,
35           "children": [
36             {
37               "position": [1, 1],
38               "bounds": [340, 180],
39               "children": [
40                 {
41                   "position": [30, 50],
42                   "bounds": [100, 100],
43                   "contentsOpaque": true,
44                   "drawsContent": true,
45                   "backgroundColor": "#C0C0C0"
46                 }
47               ]
48             }
49           ]
50         }
51       ]
52     }
53   ]