mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
373 B
HTML
11 lines
373 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
||
|
<html class="reftest-print">
|
||
|
<title>Height test</title>
|
||
|
|
||
|
<div style="top: 0; left: 0; right: 0; position: fixed; height: 100%; border-left: 2em blue solid;">
|
||
|
The left border of this box must span the entire page content area.
|
||
|
This box must be repeated on the second page.
|
||
|
</div>
|
||
|
|
||
|
<p style="page-break-before: always;">...
|