Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / css3 / compositing / mix-blend-mode-isolation-2-stacking-contexts-expected.txt
1 {
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               "contentsOpaque": true,
15               "drawsContent": true,
16               "backgroundColor": "#FF0000",
17               "children": [
18                 {
19                   "bounds": [160, 90],
20                   "isolate": true,
21                   "contentsOpaque": true,
22                   "drawsContent": true,
23                   "backgroundColor": "#008000",
24                   "children": [
25                     {
26                       "bounds": [160, 90],
27                       "blendMode": "multiply"
28                     }
29                   ]
30                 },
31                 {
32                   "drawsContent": true
33                 }
34               ]
35             },
36             {
37               "position": [8, 8],
38               "contentsOpaque": true,
39               "drawsContent": true,
40               "backgroundColor": "#FF0000",
41               "children": [
42                 {
43                   "bounds": [160, 90],
44                   "isolate": true,
45                   "contentsOpaque": true,
46                   "drawsContent": true,
47                   "backgroundColor": "#008000",
48                   "children": [
49                     {
50                       "bounds": [160, 90],
51                       "blendMode": "multiply"
52                     }
53                   ]
54                 },
55                 {
56                   "drawsContent": true
57                 }
58               ]
59             },
60             {
61               "bounds": [800, 600],
62               "drawsContent": true
63             }
64           ]
65         }
66       ]
67     }
68   ]
69 }
70