blob: 7c4681dd9347c5dcf7001b4994bf8885fe9fa614 [file] [log] [blame]
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Element before figcaption and text after</title>
</head>
<body>
<figure>
<img src='foo' alt='bar'/>
<figcaption>Bar</figcaption>
text
</figure>
</body>
</html>