tidy-html5/regression_testing/cases/legacy-cases/case-1027888@1.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

43 lines
581 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head><title>div merging tests</title></head>
<div><div id="id1">
<p>1</p>
</div></div>
<div id="id2_1">
<div id="id2_2">
<p>2</p>
</div>
</div>
<div title="div1">
<div title="div2">
<p>3</p>
</div>
</div>
<div title="div1" class="cl1">
<div title="div2" class="cl2">
<p>4</p>
</div>
</div>
<div title="div1" onclick="g()">
<div title="div2" onclick="f()" id="id5">
<p>5</p>
</div>
</div>
<div title="div1" onclick="g()">
<div>
<div title="div2" onclick="f()" id="id6">
<p>6</p>
</div>
</div>
</div>
</body>
</html>