chromium/third_party/blink/web_tests/platform/ios/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow HTML",
      "bounds": [508, 516],
      "backgroundColor": "#0000FF",
      "transform": 1
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 146],
      "bounds": [146, 4],
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [146, 0],
      "bounds": [4, 146],
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [10, 10, 0, 1]
      ]
    }
  ]
}