summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/compositing/geometry/bounds-clipped-composited-child-expected.txt
blob: 526ee2e48cea7b9d0994af616bce9f10a9ce63e1 (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
{
  "bounds": [800, 600],
  "children": [
    {
      "bounds": [800, 600],
      "contentsOpaque": true,
      "drawsContent": true,
      "children": [
        {
          "position": [58, 8],
          "transformOrigin": [50, 50],
          "bounds": [200, 100],
          "drawsContent": true,
          "transform": [
            [1, 0, 0, 0],
            [0, 1, 0, 0],
            [0, 0, 1, 0],
            [-50, 0, 0, 1]
          ]
        }
      ]
    }
  ]
}