Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / platform / mac-snowleopard / compositing / update-paint-phases-expected.txt
blob9ba6603719f046b83f63c0d01097e47ccc227c92
2   "bounds": [800, 600],
3   "paintingPhases": [
4     "GraphicsLayerPaintBackground",
5     "GraphicsLayerPaintForeground",
6     "GraphicsLayerPaintMask"
7   ],
8   "children": [
9     {
10       "bounds": [800, 600],
11       "contentsOpaque": true,
12       "drawsContent": true,
13       "paintingPhases": [
14         "GraphicsLayerPaintBackground",
15         "GraphicsLayerPaintForeground",
16         "GraphicsLayerPaintMask"
17       ],
18       "children": [
19         {
20           "position": [8, 8],
21           "bounds": [102, 102],
22           "drawsContent": true,
23           "paintingPhases": [
24             "GraphicsLayerPaintBackground",
25             "GraphicsLayerPaintMask",
26             "GraphicsLayerPaintCompositedScroll"
27           ],
28           "children": [
29             {
30               "position": [1, 1],
31               "bounds": [85, 85],
32               "paintingPhases": [
33                 "GraphicsLayerPaintBackground",
34                 "GraphicsLayerPaintForeground",
35                 "GraphicsLayerPaintMask"
36               ],
37               "children": [
38                 {
39                   "bounds": [85, 120],
40                   "shouldFlattenTransform": false,
41                   "drawsContent": true,
42                   "paintingPhases": [
43                     "GraphicsLayerPaintForeground",
44                     "GraphicsLayerPaintOverflowContents",
45                     "GraphicsLayerPaintCompositedScroll"
46                   ],
47                   "children": [
48                     {
49                       "shouldFlattenTransform": false,
50                       "paintingPhases": [
51                         "GraphicsLayerPaintForeground",
52                         "GraphicsLayerPaintOverflowContents",
53                         "GraphicsLayerPaintCompositedScroll"
54                       ]
55                     }
56                   ]
57                 }
58               ]
59             },
60             {
61               "paintingPhases": [
62                 "GraphicsLayerPaintBackground",
63                 "GraphicsLayerPaintForeground",
64                 "GraphicsLayerPaintMask"
65               ],
66               "children": [
67                 {
68                   "position": [1, 86],
69                   "bounds": [85, 15],
70                   "drawsContent": true,
71                   "paintingPhases": [
72                     "GraphicsLayerPaintBackground",
73                     "GraphicsLayerPaintForeground",
74                     "GraphicsLayerPaintMask"
75                   ]
76                 },
77                 {
78                   "position": [86, 1],
79                   "bounds": [15, 85],
80                   "drawsContent": true,
81                   "paintingPhases": [
82                     "GraphicsLayerPaintBackground",
83                     "GraphicsLayerPaintForeground",
84                     "GraphicsLayerPaintMask"
85                   ]
86                 },
87                 {
88                   "position": [86, 86],
89                   "bounds": [15, 15],
90                   "drawsContent": true,
91                   "paintingPhases": [
92                     "GraphicsLayerPaintBackground",
93                     "GraphicsLayerPaintForeground",
94                     "GraphicsLayerPaintMask"
95                   ]
96                 }
97               ]
98             }
99           ]
100         }
101       ]
102     }
103   ]