mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
550 B
HTML
16 lines
550 B
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html class="reftest-print">
|
|
<title>Height test</title>
|
|
<style type="text/css">
|
|
html, body { height: 100%; margin: 0; padding: 0;}
|
|
</style>
|
|
|
|
|
|
<div style="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>
|
|
<div style="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> |