chromium/third_party/blink/web_tests/paint/invalidation/scroll/fixed-under-composited-fixed-scrolled-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, 2016],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='fixed-container'",
      "position": [0, 400],
      "bounds": [785, 600],
      "contentsOpaque": true,
      "backfaceVisibility": "hidden",
      "backgroundColor": "#008000",
      "transform": 1
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -400, 0, 1]
      ],
      "flattenInheritedTransform": false
    }
  ]
}