summaryrefslogtreecommitdiff
path: root/test/data/html/misnested.html
blob: 11168405c1915ecd1cd37afe30dbf559554922d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Misnested tags</title>
</head>
<body>
<p>Hello <b>this <i>is a test </b>of badly </i>nested tags</p>
<p>Hello <b>this <i>is a <button>test </b>of badly </i>nested tags</p>
<p>Hello <a>this is <p><a>test </p></p>
</body>
</html>