mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
813 B
HTML
17 lines
813 B
HTML
<!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>
|