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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/422249-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html class="reftest-print">
     1.6 +<head><style>
     1.7 + .tall { 
     1.8 +   border: 1px solid black;
     1.9 +   line-height: 20px;
    1.10 + }
    1.11 +</style></head>
    1.12 +<body style="margin:0">
    1.13 +  <table class="tall" cellspacing="0" cellpadding="0"><td valign="top">
    1.14 +    <div style="height:2000px;">
    1.15 +      a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i
    1.16 +      <br>j<br>k<br>l<br>m<br>n<br>o<br>p<br>q<br>r<br>s<br>t<br>u<br>v<br>w<br>x
    1.17 +      <br>y<br>z<br>a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i<br>j<br>k<br>l
    1.18 +      <br>m<br>n<br>o<br>p<br>q<br>r<br>s<br>t<br>u<br>v<br>w<br>x<br>y<br>z
    1.19 +      <br>a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i<br>j<br>k<br>l<br>m<br>n</td>
    1.20 +    </div>
    1.21 +  </table>
    1.22 +</body>
    1.23 +</html>

mercurial