chromium/third_party/blink/web_tests/css3/blending/mix-blend-mode-composited-reason-children-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV class='stacking-context'",
      "position": [8, 8],
      "bounds": [160, 90],
      "contentsOpaque": true,
      "backgroundColor": "#008000"
    },
    {
      "name": "LayoutBlockFlow (children-inline) DIV class='blended'",
      "position": [8, 8],
      "bounds": [160, 90],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF"
    },
    {
      "name": "LayoutImage IMG class='accelerated'",
      "bounds": [160, 90],
      "transform": 1
    },
    {
      "name": "LayoutBlockFlow HTML",
      "position": [8, 8],
      "bounds": [784, 579]
    }
  ],
  "transforms": [
    {
      "id": 1,
      "transform": [
        [1, 0, 0, 0],
        [0, 1, 0, 0],
        [0, 0, 1, 0],
        [8, 8, 0, 1]
      ]
    }
  ]
}