chromium/third_party/blink/web_tests/platform/mac/paint/invalidation/box/hover-pseudo-borders-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 (positioned) \u003Cpseudo:after\u003E",
          "rect": [138, 8, 100, 100],
          "reason": "style change"
        },
        {
          "object": "NGPhysicalBoxFragment LayoutBlockFlow DIV class='hitregion'",
          "rect": [8, 8, 100, 100],
          "reason": "background"
        }
      ]
    }
  ]
}