chromium/third_party/blink/web_tests/compositing/overflow/rotate-then-clip-z-order-interleave-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV",
      "bounds": [200, 100],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV",
      "bounds": [200, 22],
      "contentsOpaque": true,
      "backgroundColor": "#FFFF00",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV",
      "bounds": [50, 200],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [108, 100, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [0.707106781186548, 0.707106781186548, 0, 0],
        [-0.707106781186548, 0.707106781186548, 0, 0],
        [0, 0, 1, 0],
        [0, 0, 0, 1]
      ],
      "origin": [150, 50]
    }
  ]
}