chromium/third_party/blink/web_tests/paint/invalidation/compositing/fixed-pos-inside-composited-intermediate-layer-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [785, 30020],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow DIV class='compositedBehind'",
      "bounds": [500, 500],
      "contentsOpaque": true,
      "backgroundColor": "#00FFFF",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow (positioned, children-inline) DIV class='containerOverlapsComposited'",
      "position": [20, 20],
      "bounds": [100, 30000],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='fixed'",
      "bounds": [50, 50],
      "contentsOpaque": true,
      "backgroundColor": "#00FF00",
      "transform": 3
    },
    {
      "name": "VerticalScrollbar",
      "position": [785, 0],
      "bounds": [15, 600],
      "contentsOpaque": true
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -100, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 3,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [45, 45, 0, 1]
      ]
    }
  ]
}