chromium/third_party/blink/web_tests/platform/ios/compositing/rtl/rtl-iframe-absolute-overflow-scrolled-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutIFrame (positioned) IFRAME",
      "bounds": [400, 400],
      "drawsContent": false
    },
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [1000, 1000],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='layer' class='positioned'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 2
    },
    {
      "name": "HorizontalScrollbar",
      "position": [4, 396],
      "bounds": [396, 4]
    },
    {
      "name": "VerticalScrollbar",
      "bounds": [4, 396]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [-600, 0, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [51, 50, 0, 1]
      ]
    }
  ]
}