chromium/third_party/blink/web_tests/platform/linux/paint/invalidation/scroll/invalidate-caret-in-non-composited-scrolling-container-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutTextControlSingleLine (inline) INPUT id='root'",
      "position": [-1, -1],
      "bounds": [67, 24],
      "contentsOpaqueForText": true,
      "backgroundColor": "#FFFFFF",
      "invalidations": [
        [0, 0, 67, 24]
      ],
      "transform": 1
    },
    {
      "name": "Caret",
      "position": [56, 0],
      "bounds": [1, 16],
      "contentsOpaque": true,
      "transform": 2
    },
    {
      "name": "LayoutTextControlSingleLine (inline) INPUT id='root'",
      "position": [-1, -1],
      "bounds": [67, 24],
      "invalidations": [
        [0, 0, 67, 24]
      ],
      "transform": 1
    }
  ],
  "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],
        [4, 3, 0, 1]
      ]
    }
  ]
}