mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
13 lines
285 B
HTML
13 lines
285 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-print">
|
|
<body>
|
|
<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>
|