chromium/third_party/blink/web_tests/paint/invalidation/compositing/scrolling-neg-z-index-descendants-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV id='neg-z'",
      "position": [1, 11],
      "bounds": [100, 410],
      "contentsOpaqueForText": true,
      "backfaceVisibility": "hidden",
      "transform": 2
    },
    {
      "name": "LayoutBlockFlow HTML",
      "position": [8, 8],
      "bounds": [784, 302],
      "drawsContent": false
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
      "bounds": [102, 302],
      "backfaceVisibility": "hidden",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
      "position": [1, 1],
      "bounds": [100, 300],
      "drawsContent": false,
      "backfaceVisibility": "hidden",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow (relative positioned) DIV id='container'",
      "position": [1, 1],
      "bounds": [100, 430],
      "drawsContent": false,
      "backfaceVisibility": "hidden",
      "transform": 2
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    },
    {
      "id": 2,
      "parent": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [0, -100, 0, 1]
      ]
    }
  ]
}