layout/reftests/pagination/float-continuations-000.ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/float-continuations-000.ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     1.5 +<style type="text/css">
     1.6 +
     1.7 +.multicol {
     1.8 +  margin: 1em;
     1.9 +  border: solid silver;
    1.10 +  width: 500px;
    1.11 +  -moz-column-width: 100px;
    1.12 +  -moz-column-gap: 0;
    1.13 +  height: 100px;
    1.14 +  position: relative;
    1.15 +}
    1.16 +
    1.17 +#clear {
    1.18 +  top: 50px;
    1.19 +  border-top: 4px solid orange;
    1.20 +  width: 100%;
    1.21 +  position: absolute;
    1.22 +  z-index: -1;
    1.23 +}
    1.24 +
    1.25 +.float {
    1.26 +  border: aqua 30px;
    1.27 +  border-style: none solid;
    1.28 +  height: 300px;
    1.29 +}
    1.30 +
    1.31 +.pad {
    1.32 +  padding-top: 50px;
    1.33 +}
    1.34 +</style>
    1.35 +
    1.36 +<body>
    1.37 +
    1.38 +<div class="multicol">
    1.39 +  <div id="clear"></div>
    1.40 +  <div class="pad"></div>
    1.41 +  <div class="float">&nbsp;</div>
    1.42 +</div>

mercurial