chromium/third_party/blink/web_tests/platform/linux/compositing/squashing/selection-repaint-with-gaps-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV class='overlap'",
      "bounds": [300, 500],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='item'",
      "position": [15, 35],
      "bounds": [100, 210],
      "contentsOpaqueForText": true,
      "invalidations": [
        [0, 80, 40, 40]
      ]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV class='overlap'",
      "bounds": [300, 500],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='item'",
      "position": [15, 35],
      "bounds": [100, 210],
      "contentsOpaqueForText": true,
      "invalidations": [
        [0, 160, 40, 40],
        [0, 80, 40, 40]
      ]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}