blob: b90c7d7d7f14d03078635afcc9d3cac689567aa3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE HTML>
<html class="reftest-paged">
<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>
|