chromium/third_party/blink/web_tests/paint/invalidation/compositing/fixed-pos-with-abs-pos-child-scroll-expected.txt

Hi!
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [785, 4021],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV id='abs'",
      "position": [-360, -90],
      "bounds": [360, 90],
      "contentsOpaque": true,
      "backgroundColor": "#FFFF00",
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [785, 0],
      "bounds": [15, 600],
      "contentsOpaque": true
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [785, 570, 0, 1]
      ]
    }
  ]
}