layout/reftests/pagination/resize-reflow-001.ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/resize-reflow-001.ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,22 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>Resize Reflow Test</title>
     1.8 +</head>
     1.9 +<body style="width: 28em">
    1.10 +
    1.11 +<div style="-moz-column-width: 12em;
    1.12 +            border: silver solid;
    1.13 +            height: 5em;">
    1.14 +  <div style="border: dotted;
    1.15 +              background: aqua;
    1.16 +              color: gray;">
    1.17 +        blah<br>
    1.18 +        blah<br>
    1.19 +        blah<br>
    1.20 +        blah
    1.21 +  </div>
    1.22 +</div>
    1.23 +
    1.24 +</body>
    1.25 +</html>

mercurial