chromium/third_party/blink/web_tests/platform/win/paint/invalidation/compositing/remove-squashed-layer-plus-move-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [1418, 1008],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV",
      "bounds": [1000, 1000],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (relative positioned, inline) DIV class='mv-tile'",
      "position": [8, 8],
      "bounds": [100, 50],
      "contentsOpaque": true,
      "backgroundColor": "#ADD8E6"
    },
    {
      "name": "LayoutBlockFlow (relative positioned, inline) DIV class='mv-tile'",
      "position": [8, 63],
      "bounds": [1000, 50],
      "drawsContent": false
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 585],
      "bounds": [785, 15],
      "contentsOpaque": true
    },
    {
      "name": "VerticalScrollbar",
      "position": [785, 0],
      "bounds": [15, 585],
      "contentsOpaque": true
    },
    {
      "name": "Scroll corner of LayoutView #document",
      "position": [785, 585],
      "bounds": [15, 15],
      "contentsOpaque": true
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}