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