summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/float-clear-000-print.ref.html
blob: 93f9aae19f77511f0d6dd4421cb388a5b23f0260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html class="reftest-paged">
<style type="text/css">
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.container {
  border: 15px aqua;
  border-style: none solid;
  height: 5in;
}
.clear {
  border-bottom: solid orange;
  background: red;
}
</style>

<div class="container">
</div>
<div class="clear">
</div>