chromium/third_party/blink/web_tests/platform/mac/compositing/overflow/overflow-scrollbar-layers-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [85, 100],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [85, 0],
      "bounds": [15, 100],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [85, 200],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='content tall'",
      "bounds": [10, 200],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [100, 85],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 85],
      "bounds": [100, 15],
      "contentsOpaque": true,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [200, 85],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='content wide'",
      "bounds": [200, 10],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 3
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [85, 85],
      "drawsContent": false,
      "transform": 3
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 85],
      "bounds": [85, 15],
      "contentsOpaque": true,
      "transform": 3
    },
    {
      "name": "VerticalScrollbar",
      "position": [85, 0],
      "bounds": [15, 85],
      "contentsOpaque": true,
      "transform": 3
    },
    {
      "name": "Scroll corner of LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "position": [85, 85],
      "bounds": [15, 15],
      "transform": 3
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [200, 200],
      "drawsContent": false,
      "transform": 3
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='content wide tall'",
      "bounds": [200, 200],
      "drawsContent": false,
      "transform": 3
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container resizeWidget'",
      "bounds": [100, 100],
      "transform": 4
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='content'",
      "bounds": [10, 10],
      "drawsContent": false,
      "transform": 4
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 13, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 13, 0, 1]
      ]
    },
    {
      "id": 3,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 13, 0, 1]
      ]
    },
    {
      "id": 4,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 13, 0, 1]
      ]
    }
  ]
}