chromium/third_party/blink/web_tests/scrollbars/overlay-scrollbars-within-overflow-scroll-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "VerticalScrollbar",
      "position": [94, 1],
      "bounds": [7, 100],
      "transform": 2
    },
    {
      "name": "VerticalScrollbar",
      "position": [394, 1],
      "bounds": [7, 300]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -302, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [1, 501, 0, 1]
      ]
    }
  ]
}