chromium/third_party/blink/web_tests/compositing/layer-creation/stacking-context-overlap-nested-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='composited box'",
      "position": [-10, -10],
      "bounds": [120, 120],
      "backgroundColor": "#008000",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='composited box'",
      "position": [-10, -10],
      "bounds": [220, 120],
      "backgroundColor": "#FF000099",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='indicator'",
      "position": [75, 75],
      "bounds": [56, 56],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF"
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [20, 20, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [50, 50, 0, 1]
      ]
    }
  ]
}