Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / platform / mac / virtual / softwarecompositing / update-paint-phases-expected.txt
1 {
2   "bounds": [800, 600],
3   "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"],
4   "children": [
5     {
6       "bounds": [800, 600],
7       "contentsOpaque": true,
8       "drawsContent": true,
9       "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"],
10       "children": [
11         {
12           "position": [8, 8],
13           "bounds": [102, 102],
14           "drawsContent": true,
15           "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintMask", "GraphicsLayerPaintCompositedScroll"],
16           "children": [
17             {
18               "position": [1, 1],
19               "bounds": [85, 85],
20               "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"],
21               "children": [
22                 {
23                   "bounds": [85, 120],
24                   "shouldFlattenTransform": false,
25                   "drawsContent": true,
26                   "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"],
27                   "children": [
28                     {
29                       "shouldFlattenTransform": false,
30                       "paintingPhases": ["GraphicsLayerPaintForeground", "GraphicsLayerPaintOverflowContents", "GraphicsLayerPaintCompositedScroll"]
31                     }
32                   ]
33                 }
34               ]
35             },
36             {
37               "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"],
38               "children": [
39                 {
40                   "position": [1, 86],
41                   "bounds": [85, 15],
42                   "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"]
43                 },
44                 {
45                   "position": [86, 1],
46                   "bounds": [15, 85],
47                   "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"]
48                 },
49                 {
50                   "position": [86, 86],
51                   "bounds": [15, 15],
52                   "drawsContent": true,
53                   "paintingPhases": ["GraphicsLayerPaintBackground", "GraphicsLayerPaintForeground", "GraphicsLayerPaintMask"]
54                 }
55               ]
56             }
57           ]
58         }
59       ]
60     }
61   ]
62 }
63