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