chromium/third_party/blink/web_tests/paint/invalidation/table/invalidate-cell-in-row-with-offset-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutTableRow TR",
      "bounds": [102, 102],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "transform": 1
    },
    {
      "name": "LayoutTableRow TR class='shadow-inset'",
      "bounds": [214, 102],
      "invalidations": [
        [0, 0, 102, 102]
      ],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 28, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 140, 0, 1]
      ]
    }
  ]
}