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

19 lines
216 B
HTML
Raw Normal View History

2010-04-16 11:15:28 -07:00
<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>