chromium/content/test/data/accessibility/html/svg-with-foreign-object.html

<!--
@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>