summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/squashing/repaint-squashed-layer-in-rect-expected.txt
blob: 7e8031405c9df8536572c593fe35bda007977acd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "bounds": [808, 816],
  "children": [
    {
      "bounds": [808, 816],
      "contentsOpaque": true,
      "drawsContent": true,
      "children": [
        {
          "shouldFlattenTransform": false,
          "children": [
            {
              "position": [8, 8],
              "bounds": [800, 800],
              "contentsOpaque": true,
              "drawsContent": true,
              "backgroundColor": "#D3D3D3"
            },
            {
              "position": [8, 0],
              "bounds": [592, 600],
              "drawsContent": true,
              "repaintRects": [
                [392, 400, 200, 200]
              ]
            }
          ]
        }
      ]
    }
  ]
}