chromium/third_party/blink/web_tests/platform/win/paint/invalidation/transform/caret-with-transformation-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Caret",
      "position": [325, 0],
      "bounds": [1, 19],
      "contentsOpaque": true,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow DIV",
      "position": [-2, -2],
      "bounds": [788, 24],
      "transform": 2
    }
  ],
  "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": [
        [0.866025403784439, 0.5, 0, 0],
        [-0.5, 0.866025403784439, 0, 0],
        [0, 0, 1, 0],
        [-13.3974596215561, 223.205080756888, 0, 1]
      ],
      "origin": [392, 10]
    }
  ]
}