chromium/third_party/blink/web_tests/compositing/contents-opaque/body-background-skipped-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='underbody'",
      "bounds": [200, 200],
      "contentsOpaque": true,
      "backgroundColor": "#008000",
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow HTML",
      "position": [8, 8],
      "bounds": [100, 100],
      "drawsContent": false
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}