Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / child-of-sub-pixel-offset-composited-layer-expected.txt
blobb013315025937f5b6e456326a55f9101feb57315
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [101, 100],
11           "transformOrigin": [0, 0],
12           "bounds": [14, 14],
13           "drawsContent": true,
14           "backgroundColor": "#FF0000",
15           "repaintRects": [
16             [-1, 0, 15, 14]
17           ],
18           "paintInvalidationClients": [
19             "LayoutBlockFlow (positioned) DIV id='target' class='green'"
20           ]
21         }
22       ]
23     }
24   ]