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