chromium/third_party/blink/web_tests/platform/ios/compositing/overflow/accelerated-overflow-scroll-should-not-affect-perspective-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": [200, 200],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='container'",
      "bounds": [200, 200],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='child first'",
      "bounds": [60, 200],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 4
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='child second'",
      "bounds": [60, 200],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF",
      "transform": 6
    },
    {
      "name": "VerticalScrollbar",
      "position": [196, 0],
      "bounds": [4, 200],
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, -0.01],
        [0, 0, 0, 1]
      ],
      "origin": [100, 100]
    },
    {
      "id": 3,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 65, 0, 1]
      ],
      "flattenInheritedTransform": false
    },
    {
      "id": 4,
      "parent": 3,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 0, 10, 1]
      ],
      "flattenInheritedTransform": false
    },
    {
      "id": 5,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [65, 65, 0, 1]
      ],
      "flattenInheritedTransform": false
    },
    {
      "id": 6,
      "parent": 5,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 0, 20, 1]
      ],
      "flattenInheritedTransform": false
    }
  ]
}