summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/split-inner-inline-2-ref.html
blob: 914246ee146c4e6d1f19df95e299ed6f537d2318 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
  <body>
    <span>First line
      <span style="border: 5px solid blue; border-right: none"></span>
    </span>
    <div>Second line</div>
    <span>
      <span style="border: 5px solid blue; border-left: none"></span>
      Third line, yes
    </span>
  </body>
</html>