Should be composited
Should not be composited
Should be composited
{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutNGBlockFlow DIV id='to-animate' class='container animating'",
      "bounds": [262, 212],
      "contentsOpaqueForText": true,
      "transform": 1
    },
    {
      "name": "LayoutNGBlockFlow DIV class='composited banner'",
      "bounds": [250, 50],
      "contentsOpaque": true,
      "backgroundColor": "#C0C0C0",
      "transform": 2
    },
    {
      "name": "LayoutNGBlockFlow (positioned) DIV class='test1 box'",
      "position": [11, 21],
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#FFA500",
      "transform": 1
    },
    {
      "name": "LayoutNGBlockFlow (relative positioned) DIV class='box'",
      "position": [18, 230],
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF"
    }
  ],
  "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],
        [6, 6, 0, 1]
      ]
    }
  ]
}