chromium/third_party/blink/web_tests/platform/linux/paint/invalidation/outline/inline-focus-expected.txt

{
  "layers": [
    {
      "name": "LayoutView #document",
      "bounds": [800, 600],
      "drawsContent": false,
      "backgroundColor": "#FFFFFF"
    },
    {
      "name": "Scrolling Layer",
      "bounds": [800, 600],
      "drawsContent": false
    },
    {
      "name": "Scrolling Contents Layer",
      "bounds": [800, 600],
      "contentsOpaque": true,
      "backgroundColor": "#FFFFFF",
      "paintInvalidations": [
        {
          "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
          "rect": [0, 36, 418, 19],
          "reason": "appeared"
        },
        {
          "object": "InlineTextBox 'crbug.com/424078: ensure inline elements get their outline painted'",
          "rect": [0, 36, 418, 19],
          "reason": "disappeared"
        },
        {
          "object": "LayoutInline A id='link'",
          "rect": [585, 0, 215, 233],
          "reason": "appeared"
        },
        {
          "object": "InlineTextBox 'Home'",
          "rect": [0, 0, 39, 19],
          "reason": "appeared"
        },
        {
          "object": "InlineTextBox 'Home'",
          "rect": [0, 0, 39, 19],
          "reason": "disappeared"
        }
      ]
    }
  ]
}