chromium/third_party/blink/web_tests/platform/linux/virtual/stable/compositing/layer-creation/fixed-position-under-transform-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "drawsContent": false,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling Layer",
      "bounds": [785, 600],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "bounds": [785, 5021],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV id='transform'",
      "bounds": [256, 256],
      "transform": 3
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='overlap'",
      "position": [0, 1000],
      "bounds": [500, 500],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -1000, 0, 1]
      ],
      "flattenInheritedTransform": false
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [108, 113, 0, 1]
      ]
    },
    {
      "id": 3,
      "parent": 2,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, 1000, 0, 1]
      ]
    }
  ]
}