Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / repaint / resize-repaint-expected.txt
blobca25b969a17310d818b12f8ccfc15982cf262a1d
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "children": [
9         {
10           "position": [8, 8],
11           "bounds": [402, 207],
12           "drawsContent": true,
13           "repaintRects": [
14             [2, 155, 398, 50],
15             [2, 104, 398, 50],
16             [0, 105, 402, 102],
17             [0, 104, 402, 103]
18           ],
19           "paintInvalidationClients": [
20             "LayoutBlockFlow DIV id='resizing'",
21             "LayoutBlockFlow DIV",
22             "LayoutBlockFlow DIV"
23           ]
24         }
25       ]
26     }
27   ]