chromium/third_party/blink/web_tests/compositing/fixed-body-background-positioned-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [785, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [785, 3700],
      "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],
        [0, -200, 0, 1]
      ]
    }
  ]
}