chromium/third_party/blink/web_tests/paint/invalidation/filters/filter-repaint-on-accelerated-layer-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "drawsContent": false,
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV class='blur'",
      "position": [8, 8],
      "bounds": [200, 200]
    },
    {
      "name": "LayoutBlockFlow DIV id='resize' class='accelerated'",
      "bounds": [100, 200],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "paintInvalidations": [
        {
          "object": "LayoutBlockFlow DIV id='resize' class='accelerated'",
          "rect": [100, 0, 100, 200],
          "reason": "incremental"
        }
      ],
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}