chromium/third_party/blink/web_tests/compositing/overflow/scrollbar-layer-placement-negative-z-index-child-positioned-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='outer'",
      "position": [-21, -21],
      "bounds": [352, 294],
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV class='content'",
      "position": [17, 17],
      "bounds": [196, 212],
      "contentsOpaque": true,
      "backgroundColor": "#DDDDDD",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV class='scroller'",
      "position": [-30, -30],
      "bounds": [290, 230],
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV class='scroller'",
      "position": [5, 5],
      "bounds": [220, 160],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV class='scroller'",
      "position": [5, 5],
      "bounds": [220, 236],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 2
    },
    {
      "name": "VerticalScrollbar",
      "position": [218, 5],
      "bounds": [7, 160],
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [21, 21, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [41, 41, 0, 1]
      ]
    }
  ]
}