chromium/third_party/blink/web_tests/platform/mac/paint/invalidation/compositing/updating-scrolling-container-and-content-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (children-inline) DIV id='container'",
      "bounds": [185, 185],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 185],
      "bounds": [200, 15],
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [185, 0],
      "bounds": [15, 185],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (children-inline) DIV id='container'",
      "bounds": [185, 234],
      "invalidations": [
        [0, 216, 75, 18],
        [0, 198, 75, 18],
        [0, 180, 75, 18],
        [0, 162, 75, 18],
        [0, 144, 75, 18],
        [0, 126, 75, 18],
        [0, 108, 75, 18],
        [0, 90, 75, 18],
        [0, 72, 75, 18],
        [0, 54, 75, 18],
        [0, 36, 75, 18],
        [0, 18, 75, 18],
        [0, 0, 75, 18]
      ],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 108, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -49, 0, 1]
      ]
    }
  ]
}