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

content / test / data / accessibility / html / svg-as-embed-source.html [blame]

<!--
@AURALINUX-ALLOW:id:*
@AURALINUX-ALLOW:tag:*
@BLINK-ALLOW:htmlTag*
-->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<body>
<embed aria-label="object without space" type="image/svg+xml" src="svg-face.svg"></embed>
<embed aria-label="object with space" type="image/svg+xml" src="svg-face.svg"> </embed>
</body>
</html>