layout/reftests/pagination/float-clear-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-clear-000.ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
     1.5 +<style type="text/css">
     1.6 +.multicol {
     1.7 +  margin: 1em;
     1.8 +  border: solid silver;
     1.9 +  width: 300px;
    1.10 +  -moz-column-width: 100px;
    1.11 +  -moz-column-gap: 0;
    1.12 +  height: 100px;
    1.13 +}
    1.14 +
    1.15 +.container {
    1.16 +  border: 15px aqua;
    1.17 +  border-style: none solid;
    1.18 +  height: 250px;
    1.19 +}
    1.20 +.clear {
    1.21 +  border-bottom: solid orange;
    1.22 +  background: red;
    1.23 +}
    1.24 +</style>
    1.25 +
    1.26 +<p>The orange line should be halfway down the third column
    1.27 +(immediately after the end of the aqua lines).
    1.28 +
    1.29 +<div class="multicol">
    1.30 +  <div class="container">
    1.31 +  </div>
    1.32 +  <div class="clear">
    1.33 +  </div>
    1.34 +</div>

mercurial