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

content / test / data / accessibility / html / svg-with-foreign-object.html [blame]

<!--
@AURALINUX-ALLOW:class:*
@AURALINUX-ALLOW:id:*
@AURALINUX-ALLOW:tag:*
@BLINK-ALLOW:className*
@BLINK-ALLOW:htmlTag*
-->
<svg>
  <foreignObject>
    <p xmlns="http://www.w3.org/1999/xhtml">Hello world</p>
  </foreignObject>
</svg>