Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / images / direct-image-dynamic-border-draws-content-expected.txt
blobe029342948a01ee16e85bab0d6733b52a2057783
2 layer tree before image style change
5   "bounds": [800, 600],
6   "children": [
7     {
8       "bounds": [800, 600],
9       "contentsOpaque": true,
10       "drawsContent": true,
11       "children": [
12         {
13           "position": [8, 8],
14           "bounds": [256, 256]
15         }
16       ]
17     }
18   ]
21 layer tree after image style change
24   "bounds": [800, 600],
25   "children": [
26     {
27       "bounds": [800, 600],
28       "contentsOpaque": true,
29       "drawsContent": true,
30       "children": [
31         {
32           "position": [8, 8],
33           "bounds": [260, 260],
34           "drawsContent": true
35         }
36       ]
37     }
38   ]