chromium/content/test/data/accessibility/html/figure.html

<!--
@MAC-ALLOW:AXRoleDescription
@UIA-WIN-ALLOW:LocalizedControlType='figure'
@WIN-ALLOW:localized_extended_role='figure'
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:xml-roles*
-->
<!DOCTYPE html>
<html>
<body>
<figure>
  <img src="pipe.jpg" alt="Sunspots" width="304" height="228">
</figure>
</body>
</html>