Files
UXP-Fixed/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html
T
2018-02-02 04:16:08 -05:00

15 lines
300 B
HTML

<!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>