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

19 lines
211 B
HTML
Raw Normal View History

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