Files
servo/tests/wpt/css-tests/css21_dev/html4/reference/block-in-inline-float-between-001-ref.htm

17 lines
428 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>CSS Test Reference</title>
</head>
<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>