1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2<html>
3<head>
4<title>list fusion should not happen</title>
5</head>
6<body>
7<ul>
8 <li>
9  <ul id="a1"></ul>
10  <table id="a2" summary=""></table>
11 </li>
12</ul>
13</body>
14</html>
15