chromium/third_party/blink/web_tests/paint/invalidation/reflection/reflection-invalidation-positioned-child-expected.txt

{
  "layers": [
    {
      "name": "Scrolling background of LayoutView #document",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "LayoutBlockFlow (children-inline) DIV id='box'",
      "bounds": [100, 100],
      "contentsOpaque": true,
      "backgroundColor": "#008000"
    },
    {
      "name": "LayoutBlockFlow (positioned) DIV id='positioned'",
      "position": [400, 10],
      "bounds": [50, 50],
      "contentsOpaque": true,
      "backgroundColor": "#0000FF"
    }
  ]
}