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.

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

mercurial