Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
svg-with-foreign-object.html
blob: 2b38f1d0ed9441339146518f98ac0d665713ba71 [
file
]
<!--
@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>