blob: a95ed9df675d0d3eb4527be97e733c7ace2f0cbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
</head>
<body>
There should be floating text here! Look at the source!
<div style="display: -moz-inline-box;"><div style="float: left;">This text should show up</div></div>
<!-- using non-breaking spaces here to match the reference -->
</body>
</html>
|