Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / repaint / box-sizing-border-keeping-size-expected.txt
blobfd6a719420812a8cd0490a867131ee49d2c12f68
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [0, 200, 100, 100],
10         [0, 0, 100, 100]
11       ],
12       "paintInvalidationClients": [
13         "LayoutBlockFlow (positioned) DIV id='target1' class='content-box'",
14         "LayoutBlockFlow (positioned) DIV id='target2' class='border-box'"
15       ]
16     }
17   ]