layout/reftests/pagination/resize-reflow-000.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/pagination/resize-reflow-000.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>Resize Reflow Test</title>
     1.8 +</head>
     1.9 +<body>
    1.10 +
    1.11 +<div style="-moz-column-width: 12em;
    1.12 +            border: silver solid;
    1.13 +            width: 30em" id="outer">
    1.14 +x <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 +<script>
    1.25 +document.body.offsetWidth;
    1.26 +n = document.getElementById("outer").firstChild;
    1.27 +n.data = ' ';
    1.28 +</script>
    1.29 +
    1.30 +</body>
    1.31 +</html>

mercurial