5a1b65d089
Automate testing of any PR's. Updated README's explaining new processes.
16 lines
255 B
HTML
16 lines
255 B
HTML
<!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>
|