Mypal/layout/reftests/dom/inserttwoparents-ref.html

19 lines
216 B
HTML

<html>
<body>
<div>
<div>1a</div>
<div>2a</div>
<div>3a</div>
<div>4a</div>
<div>5a</div>
</div>
<div>
<div>1b</div>
<div>2b</div>
<div>3b</div>
<div>4b</div>
<div>5b</div>
</div>
</body>
</html>