chromium/third_party/blink/web_tests/flag-specific/highdpi/paint/invalidation/transform/caret-with-transformation-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [1200, 900],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Caret",
      "position": [533, 0],
      "bounds": [2, 26],
      "contentsOpaque": true,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow DIV",
      "position": [-4, -4],
      "bounds": [1184, 35],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [12, 12, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [0.866025403784439, 0.5, 0, 0],
        [-0.5, 0.866025403784439, 0, 0],
        [0, 0, 1, 0],
        [-20.0961894323342, 334.807621135332, 0, 1]
      ],
      "origin": [588, 13.5]
    }
  ]
}