mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00: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;">...
|