chromium/third_party/blink/web_tests/platform/linux/paint/invalidation/table/composited-table-background-section-composited-row-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutTableSection TBODY id='target'",
      "bounds": [182, 130],
      "invalidations": [
        [0, 0, 182, 130]
      ],
      "transform": 1
    },
    {
      "name": "LayoutTableRow TR",
      "bounds": [182, 64],
      "transform": 2
    },
    {
      "name": "LayoutTableCell (children-inline) TD",
      "bounds": [59, 64],
      "transform": 3
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [10, 30, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 66, 0, 1]
      ]
    },
    {
      "id": 3,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [62, 0, 0, 1]
      ]
    }
  ]
}