chromium/third_party/blink/web_tests/platform/mac/compositing/geometry/limit-layer-bounds-overflow-root-expected.txt

{
  "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'",
      "bounds": [212, 142]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [21, 21, 0, 1]
      ]
    }
  ]
}