chromium/third_party/blink/web_tests/http/tests/devtools/elements/highlight/highlight-svg-content-inside-iframe-expected.txt



svg-rect{
  "paths": [
    {
      "path": [
        "M",
        130,
        270,
        "L",
        190,
        270,
        "L",
        190,
        350,
        "L",
        130,
        350,
        "Z"
      ],
      "fillColor": "rgba(255, 0, 0, 0)",
      "outlineColor": "rgba(128, 0, 0, 0)"
    }
  ],
  "showRulers": true,
  "showExtensionLines": true,
  "showAccessibilityInfo": true,
  "colorFormat": "hex",
  "elementInfo": {
    "tagName": "rect",
    "idValue": "svg-rect",
    "nodeWidth": "60",
    "nodeHeight": "80",
    "isKeyboardFocusable": false,
    "accessibleName": "",
    "accessibleRole": "graphics-symbol",
    "layoutObjectName": "LayoutSVGRect",
    "showAccessibilityInfo": true
  }
}