summaryrefslogtreecommitdiffstats
path: root/layout/reftests/dom/inserttoparentandchild-ref.html
blob: 0bd911e7fea880bb13a88b182edfa903acb1c40e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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>