chromium/third_party/blink/web_tests/paint/invalidation/compositing/background-attachment-local-equivalent-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV id='container'",
      "bounds": [400, 400],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='container'",
      "bounds": [400, 2000],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF",
      "invalidations": [
        [0, 500, 400, 1500]
      ],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -1600, 0, 1]
      ]
    }
  ]
}