chromium/third_party/blink/web_tests/compositing/layer-creation/overlap-transformed-and-clipped-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='under composited'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='over'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [110, 0, 0, 1]
      ]
    }
  ]
}