gecko/layout/reftests/dom/insertparentandchild-ref.html
2010-04-16 13:15:28 -05:00

19 lines
211 B
HTML

<html>
<body>
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>
<div>5a</div>
<div>5b</div>
<div>5c</div>
<div>5d</div>
</div>
<div>6</div>
<div>7</div>
<div>8</div>
<div>9</div>
</body>
</html>