chromium/third_party/blink/web_tests/platform/win/paint/invalidation/scroll/repaint-during-scroll-with-zoom-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#C0C0C0"
    },
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [2510, 2520],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 2
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 235],
      "bounds": [235, 15],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [235, 0],
      "bounds": [15, 235],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "Scroll corner of LayoutView #document",
      "position": [235, 235],
      "bounds": [15, 15],
      "contentsOpaque": true,
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [2, 65, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [-12, -12, 0, 1]
      ]
    }
  ]
}