summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/figure/101-novalid.xhtml
blob: 213644e19d3c92fda756f5132a0bb534a0f400ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <title>Text before legend and element after</title>
</head>
<body>
<figure>
text
<figcaption>Bar</figcaption>
<img src='foo' alt='bar'/>
</figure>
</body>
</html>