mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
362 B
HTML
13 lines
362 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<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>
|