1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

content / test / data / accessibility / html / svg-desc-in-group.html [blame]

<!--
@AURALINUX-ALLOW:id:*
@AURALINUX-ALLOW:tag:*
@AURALINUX-ALLOW:description=*
@BLINK-ALLOW:htmlTag*
@BLINK-ALLOW:description=*
-->
<svg width="300" height="300">
  <g>
    <desc>Group with circle and text</desc>
    <circle cx="0" cy="0" r="13"></circle>
    <text>hello world</text>
  </g>
</svg>