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