Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / blending / mix-blend-mode-isolation-layer-expected.txt
blobfaf9d4117222f501baaed262cd00b7163789f709
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "children": [
8         {
9           "bounds": [800, 600],
10           "drawsContent": true,
11           "children": [
12             {
13               "position": [8, 8],
14               "bounds": [160, 90],
15               "isolate": true,
16               "contentsOpaque": true,
17               "drawsContent": true,
18               "backgroundColor": "#008000",
19               "children": [
20                 {
21                   "bounds": [160, 90],
22                   "blendMode": "multiply"
23                 }
24               ]
25             },
26             {
27               "bounds": [800, 600],
28               "drawsContent": true
29             }
30           ]
31         }
32       ]
33     }
34   ]