Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / visibility / layer-visible-content-expected.txt
blob6cc2293399ebdccf67f0cc6c6bc980020dba3a6d
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "bounds": [200, 200],
11           "drawsContent": true,
12           "children": [
13             {
14               "bounds": [200, 200],
15               "children": [
16                 {
17                   "bounds": [10, 10]
18                 }
19               ]
20             }
21           ]
22         },
23         {
24           "bounds": [800, 16],
25           "opacity": 0,
26           "drawsContent": true
27         }
28       ]
29     }
30   ]