tidy-html5/regression_testing/cases/legacy-expects/case-1027888.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

34 lines
514 B
HTML

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