summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/normal-flow/block-in-inline-insert-020-ref.html
blob: 3b3d4e8386d7daa36841caf01b3459ba1774f3e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<body>
  <section>
    <div>1</div>
    <span>2</span>
    <div class="before" style="position: absolute">3</div>
    <div>&nbsp;</div>
  </section>
  <section>
    <div>1</div>
    <span>2</span>
    <div class="before" style="position: absolute">3</div>
    <div class="beforeoof">&nbsp;</div>
  </section>
</body>