chromium/third_party/blink/web_tests/paint/invalidation/clip/clip-path-constant-repaint-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='clip'",
      "bounds": [800, 300],
      "backgroundColor": "#FF0000E6",
      "transform": 2
    },
    {
      "name": "Synthesized Clip",
      "position": [-2, -2],
      "bounds": [804, 304],
      "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, 100, 0, 1]
      ]
    }
  ]
}