layout/reftests/bugs/411059-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/411059-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +p { float:left; white-space:pre; border:1px solid black; clear:both; }
     1.9 +.space { padding:0 2px; }
    1.10 +table { clear:both; }
    1.11 +</style>
    1.12 +</head>
    1.13 +<body>
    1.14 +
    1.15 +<p>
    1.16 +        a
    1.17 +</p>
    1.18 +
    1.19 +<div style="width:0">
    1.20 +  <p>
    1.21 +        a
    1.22 +  </p>
    1.23 +</div>
    1.24 +
    1.25 +<p>
    1.26 +        <span class="space">a</span>
    1.27 +</p>
    1.28 +
    1.29 +<div style="width:0">
    1.30 +  <p class="letterspace">
    1.31 +        <span class="space">a</span>
    1.32 +  </p>
    1.33 +</div>
    1.34 +
    1.35 +<table><tr>
    1.36 +  <td style="background-color:#808080;"><pre>
    1.37 +test
    1.38 +abcdefg hijklm  nopqr   stuv    wxy     z0      1       
    1.39 +  </pre></td>
    1.40 +  <td style="background-color:#c08080;">cell 2</td>
    1.41 +</tr></table>
    1.42 +
    1.43 +</body>
    1.44 +</html>

mercurial