chromium/third_party/blink/web_tests/platform/linux/virtual/stable/compositing/iframes/invisible-nested-iframe-show-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "drawsContent": false,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling Layer",
      "bounds": [800, 600],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutIFrame IFRAME",
      "position": [-22, -22],
      "bounds": [390, 240]
    },
    {
      "name": "LayoutView #document",
      "position": [23, 23],
      "bounds": [300, 150],
      "drawsContent": false
    },
    {
      "name": "Scrolling Layer",
      "position": [23, 23],
      "bounds": [285, 150],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "position": [23, 23],
      "bounds": [285, 193]
    },
    {
      "name": "LayoutIFrame IFRAME",
      "position": [31, 31],
      "bounds": [252, 172]
    },
    {
      "name": "LayoutView #document",
      "position": [32, 32],
      "bounds": [250, 170],
      "backgroundColor": "#C0C0C0"
    },
    {
      "name": "Child Containment Layer",
      "position": [32, 32],
      "bounds": [250, 170],
      "drawsContent": false
    },
    {
      "name": "LayoutBlockFlow DIV id='iframe-content' class='box'",
      "bounds": [210, 210],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF",
      "transform": 1
    },
    {
      "name": "Overflow Controls Host Layer",
      "position": [23, 23],
      "bounds": [300, 150],
      "drawsContent": false
    },
    {
      "name": "Vertical Scrollbar Layer",
      "position": [308, 23],
      "bounds": [15, 150],
      "drawsContent": false
    },
    {
      "name": "LayoutBlockFlow DIV class='box'",
      "bounds": [210, 210],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF",
      "transform": 3
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [50, 42, 0, 1]
      ]
    },
    {
      "id": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [18, 203, 0, 1]
      ]
    },
    {
      "id": 3,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 0, 1, 1]
      ]
    }
  ]
}