kolibrios/contrib/network/netsurf/libhubbub/test/data/html/misnested.html
Yogev Ezra bb2bbc6b91 Move NetSurf to /contrib folder
git-svn-id: svn://kolibrios.org@4364 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-12-15 14:01:21 +00:00

12 lines
265 B
HTML

<!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>