Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / svg / repaint / inner-svg-change-viewBox-contract-expected.txt
blobc1c8592ad3cf6bcf68d4d2ff90bb70580dba1d41
2   "bounds": [800, 600],
3   "children": [
4     {
5       "bounds": [800, 600],
6       "contentsOpaque": true,
7       "drawsContent": true,
8       "repaintRects": [
9         [100, 0, 100, 200],
10         [0, 100, 200, 100],
11         [0, 0, 200, 200],
12         [0, 0, 100, 100]
13       ],
14       "paintInvalidationClients": [
15         "LayoutSVGViewportContainer svg id='inner'",
16         "LayoutSVGRect rect"
17       ]
18     }
19   ]