summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/footer/001-novalid.xhtml
blob: 9a503cf53b66955a8d542b2cbceb1f36c3174b29 (plain)
1
2
3
4
5
6
7
8
9
10
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>"footer" with "footer" descendant</title>
</head>
<body>
<footer>
<footer></footer>
</footer>
</body>
</html>