summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/trailing-inline-with-continuations-1-ref.html
blob: cb880abbb54a9207f56226dc3785f3da92ace180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <body style="width: 0">
    <span style="border: 2px solid blue; border-right: none"></span>
    <span style="display: block"></span>
    <span style="border: 2px solid blue; border-left: none; border-right: none">
      a b
    </span>
    <span style="display: block"></span>
    <span style="border: 2px solid blue; border-left: none;">
      c
    </span>
  </body>
</html>