chromium/third_party/blink/web_tests/platform/ios/paint/invalidation/compositing/clipping-should-not-repaint-composited-descendants-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 616],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='clipping-container'",
      "position": [100, 100],
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
      "bounds": [252, 252],
      "contentsOpaque": true,
      "backgroundColor": "#FFFF00",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='clipping-container with-initial-clipping'",
      "position": [100, 100],
      "bounds": [100, 100],
      "drawsContent": false,
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow DIV class='clipped-composited-child'",
      "bounds": [252, 252],
      "contentsOpaque": true,
      "backgroundColor": "#FFFF00",
      "transform": 2
    },
    {
      "name": "VerticalScrollbar",
      "position": [796, 0],
      "bounds": [4, 600]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 308, 0, 1]
      ]
    }
  ]
}