chromium/third_party/blink/web_tests/platform/mac/paint/invalidation/flexbox/remove-inline-block-descendant-of-flex-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [500, 400],
      "drawsContent": false,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling Layer",
      "bounds": [500, 400],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "bounds": [500, 400],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "paintInvalidations": [
        {
          "object": "NGPhysicalBoxFragment LayoutBlockFlow DIV id='inline-block-2' class='item'",
          "rect": [0, 200, 100, 100],
          "reason": "geometry"
        },
        {
          "object": "NGPhysicalBoxFragment LayoutBlockFlow DIV id='inline-block-1' class='item'",
          "rect": [0, 100, 100, 100],
          "reason": "disappeared"
        },
        {
          "object": "NGPhysicalBoxFragment LayoutBlockFlow DIV id='inline-block-2' class='item'",
          "rect": [0, 100, 100, 100],
          "reason": "geometry"
        }
      ]
    }
  ]
}