summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/381497-n.html
blob: 83f56c660ad542f272fa98c16d1f557f9cba1136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html class="reftest-paged">
<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>