chromium/third_party/blink/web_tests/paint/invalidation/compositing/squashing-inside-preserve-3d-element-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow DIV",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#D3D3D3",
      "transform": 3
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='target'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#FF0000",
      "transform": 4
    }
  ],
  "transforms": [
    {
      "id": 1,
      "renderingContext": 1
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ],
      "flattenInheritedTransform": false,
      "renderingContext": 1
    },
    {
      "id": 3,
      "parent": 2,
      "flattenInheritedTransform": false,
      "renderingContext": 1
    },
    {
      "id": 4,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [28, 28, 0, 1]
      ],
      "flattenInheritedTransform": false,
      "renderingContext": 1
    }
  ]
}