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

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow HTML",
      "bounds": [800, 3700],
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [796, 0],
      "bounds": [4, 600]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -200, 0, 1]
      ]
    }
  ]
}