blob: a78feeaaff68775aada957ecc20b1bc3f462044c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html class="reftest-paged">
<body>
<!-- Key: no whitespace between float and inline-block -->
<div>
<div style="float: left; width: 3.5in;
height: 1.5in;"></div></div><div><div
style="display: inline-block; width: 1in; height: 1in">
Should be on second page
</div>
</div>
</html>
|