summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html
blob: c23403f6e47abc1298cf2adbe71440c6ddb67598 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <body>
    <div style="position: relative; left: 100px">
      aaa
    </div>
    <span  style="position: relative; left: 100px">
      <span style="float: left">bbb</span>
    </span>
    <div style="position: relative; left: 100px">
      aaa
    </div>
  </body>
</html>