gecko/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html

15 lines
229 B
HTML

<!DOCTYPE html>
<html>
<body>
<div style="position: relative; left: 100px">
<div>
aaa
</div>
<span style="float: left">bbb</span>
<div>
aaa
</div>
</div>
</body>
</html>