kolibrios/programs/network/netsurf/libhubbub/test/data/html/misnested.html
Dmitry Pereverzev (SoUrcerer) 370da47fa0 Netsurf initial port (still needs native ui and cURL)
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-06-01 17:14:14 +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>