chromium/third_party/blink/web_tests/flag-specific/highdpi/compositing/force-compositing-mode/overflow-iframe-layer-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [1200, 900],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [762, 774],
      "backgroundColor": "#0000FF",
      "transform": 1
    },
    {
      "name": "HorizontalScrollbar",
      "position": [0, 203],
      "bounds": [203, 22],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "VerticalScrollbar",
      "position": [203, 0],
      "bounds": [22, 203],
      "contentsOpaque": true,
      "transform": 1
    },
    {
      "name": "Scroll corner of LayoutView #document",
      "position": [203, 203],
      "bounds": [22, 22],
      "contentsOpaque": true,
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [15, 15, 0, 1]
      ]
    }
  ]
}