chromium/third_party/blink/web_tests/flag-specific/highdpi/compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [1200, 900],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV id='composited-parent'",
      "bounds": [150, 150],
      "contentsOpaque": true,
      "backgroundColor": "#000000",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='composited-child'",
      "position": [-150, -150],
      "bounds": [150, 150],
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV id='software-parent'",
      "bounds": [150, 150],
      "contentsOpaque": true,
      "backgroundColor": "#008000"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='software-child'",
      "position": [150, 150],
      "bounds": [150, 150]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [495, 495, 0, 1]
      ]
    }
  ]
}