chromium/third_party/blink/web_tests/paint/invalidation/filters/filter-repaint-accelerated-child-with-filter-child-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "drawsContent": false,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling Layer",
      "bounds": [800, 600],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV class='blur'",
      "position": [8, 8],
      "bounds": [200, 200]
    },
    {
      "name": "LayoutBlockFlow DIV class='accelerated'",
      "bounds": [212, 257],
      "paintInvalidations": [
        {
          "object": "LayoutBlockFlow DIV id='resize' class='drop-shadow'",
          "rect": [0, 0, 212, 257],
          "reason": "geometry"
        }
      ],
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [-4, -4, 0, 1]
      ]
    }
  ]
}