Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / subtree-layoutstate-transform-expected.txt
bloba04fafed42a37bb3ccde2b1f674d6fe366e449b0
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [128, 46, 100, 200],
10         [78, 46, 50, 100],
11         [28, 46, 200, 200]
12       ],
13       "paintInvalidationClients": [
14         "LayoutBlockFlow DIV class='layoutroot'",
15         "LayoutBlockFlow DIV id='target'"
16       ]
17     }
18   ]