chromium/third_party/blink/web_tests/compositing/filters/sw-shadow-overlaps-hw-layer-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='composited'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#000000",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='software'",
      "bounds": [125, 125]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [105, 105, 0, 1]
      ]
    }
  ]
}