chromium/third_party/blink/web_tests/compositing/layer-creation/overlap-nested-fixed-position-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [785, 1061],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='fixed parent'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#FFFF00"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='fixed nested'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#FFFF00",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV class='overlapped with-parent'",
      "position": [8, 208],
      "bounds": [270, 40]
    },
    {
      "name": "VerticalScrollbar",
      "position": [785, 0],
      "bounds": [15, 600],
      "contentsOpaque": true
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [200, 0, 0, 1]
      ]
    }
  ]
}