blob: e2f94f1f45391a5cce15c77f51a374625a4c7a5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML>
<html class="reftest-print">
<body style="margin: 0">
<div>
<div style="display: inline-block; background: yellow; width: 1in; height: 1in; vertical-align: top"></div
><div style="display: inline-block; background: aqua; width: 2in; height: 1in; vertical-align: top"></div>
</div>
<div>
<div style="display: inline-block; width: 1in; height: 1in; vertical-align: top"></div
><div style="display: inline-block; background: aqua; width: 2in; height: 1in; vertical-align: top"></div>
</div>
<div style="page-break-before:always">
<!-- FIXME: uncomment this when bug 511551 is fixed
<div style="display: inline-block; width: 1in; height: 2in; vertical-align: top"></div
>--><div style="display: inline-block; background: aqua; width: 2in; height: 2in; vertical-align: top"></div>
</div>
|