chromium/third_party/blink/web_tests/platform/linux/paint/invalidation/scroll/caret-invalidation-in-overflow-scroll-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Caret",
      "position": [16, 0],
      "bounds": [1, 16],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "LayoutTextControlSingleLine (inline) INPUT id='target'",
      "position": [378, 7],
      "bounds": [30, 24]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [383, 11, 0, 1]
      ]
    }
  ]
}