tidy-html5/test/input/in_1056910.html

15 lines
222 B
HTML
Raw Normal View History

2011-11-17 02:44:16 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>list fusion should not happen</title>
</head>
<body>
<ul>
<li>
<ul id="a1"></ul>
<table id="a2" summary=""></table>
</li>
</ul>
</body>
</html>