summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt
blob: 1e6ecb0e073b08fe5699a648c919a6bc5076b4d4 (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
{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "children": [
        {
          "shouldFlattenTransform": false,
          "children": [
            {
              "position": [21, 21],
              "bounds": [100, 100]
            },
            {
              "bounds": [216, 142],
              "drawsContent": true
            }
          ]
        }
      ]
    }
  ]
}