{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling Layer",
      "bounds": [800, 600],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='clip'",
      "bounds": [800, 300],
      "backfaceVisibility": "hidden",
      "backgroundColor": "#FF0000E6",
      "maskLayer": [
        {
          "name": "Child Clipping Mask Layer",
          "position": [8, 8],
          "bounds": [800, 300]
        }
      ],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 100, 0, 1]
      ]
    }
  ]
}

