chromium/third_party/blink/web_tests/paint/invalidation/compositing/repaint-overflow-scrolled-squashed-content-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "VerticalScrollbar",
      "position": [185, 0],
      "bounds": [15, 185],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='foo2'",
      "bounds": [150, 1000],
      "contentsOpaque": true,
      "backgroundColor": "#ADD8E6",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='foo'",
      "bounds": [100, 1000],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}