summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/footer/nested-footer-novalid.html
blob: 1dd79e8647642a344d9049b8ee089e6d48254b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>"footer" with "footer" descendant</title>
</head>
<body>
<footer>
<footer></footer>
</footer>
</body>
</html>