tenfourfox/layout/reftests/ib-split/float-inside-inline-between-blocks-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>