diff options
Diffstat (limited to '')
-rw-r--r-- | layout/reftests/pagination/float-clear-000-print.ref.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/layout/reftests/pagination/float-clear-000-print.ref.html b/layout/reftests/pagination/float-clear-000-print.ref.html new file mode 100644 index 0000000000..93f9aae19f --- /dev/null +++ b/layout/reftests/pagination/float-clear-000-print.ref.html @@ -0,0 +1,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> |