chromium/third_party/blink/web_tests/compositing/geometry/limit-layer-bounds-positioned-expected.txt

Text here
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='compositing'",
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='indicator'",
      "position": [0, 8],
      "bounds": [150, 142]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [29, 29, 0, 1]
      ]
    }
  ]
}