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

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 <!DOCTYPE HTML>
     2 <html class="reftest-print">
     3 <head><style>
     4  .tall { 
     5    border: 1px solid black;
     6    line-height: 20px;
     7  }
     8 </style></head>
     9 <body style="margin:0">
    10   <table class="tall" cellspacing="0" cellpadding="0"><td valign="top">
    11     <div style="height:2000px;">
    12       a<br>b<br>c<br>d<br>e<br>f<br>g<br>h<br>i
    13       <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
    14       <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
    15       <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
    16       <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>
    17     </div>
    18   </table>
    19 </body>
    20 </html>

mercurial