chromium/third_party/blink/web_tests/platform/mac/compositing/layer-creation/scroll-partial-update-expected.txt

scroll me
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV id='composited'",
      "bounds": [20, 20],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='overlay'",
      "position": [10, 8],
      "bounds": [400, 204]
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "bounds": [185, 200],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "VerticalScrollbar",
      "position": [185, 0],
      "bounds": [15, 200],
      "contentsOpaque": true,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "bounds": [185, 400],
      "backgroundColor": "#FFFF0080",
      "transform": 3
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [202, 10, 0, 1]
      ]
    },
    {
      "id": 3,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -50, 0, 1]
      ]
    }
  ]
}