chromium/third_party/blink/web_tests/platform/win/paint/invalidation/scroll/caret-with-composited-scroll-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='scroller'",
      "bounds": [205, 1022],
      "invalidations": [
        [0, 999, 205, 23]
      ],
      "transform": 2
    },
    {
      "name": "Caret",
      "position": [3, 1003],
      "bounds": [1, 16],
      "contentsOpaque": true,
      "transform": 2
    },
    {
      "name": "LayoutTextControlSingleLine (inline) INPUT id='text'",
      "position": [0, 999],
      "bounds": [205, 23],
      "invalidations": [
        [0, 0, 205, 23]
      ],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 48, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -922, 0, 1]
      ]
    }
  ]
}