layout/reftests/bugs/409084-1a.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/409084-1a.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +<html class="reftest-print">
     1.5 +<head><style>
     1.6 +    td { vertical-align: top; }
     1.7 +    .tall {
     1.8 +      height: 4in; /* just longer than a reftest-print page. */
     1.9 +      width:  1in;
    1.10 +      float:  left;
    1.11 +      border: 0px;
    1.12 +    }
    1.13 +</style></head>
    1.14 +<body>
    1.15 +  <table cellspacing="0" cellpadding="0">
    1.16 +    <tbody>
    1.17 +      <tr><td rowspan="2">line 1<br/>line 2<br/>line 3</td></tr>
    1.18 +      <tr><td><iframe class="tall"></iframe></td></tr>
    1.19 +    </tbody>
    1.20 +  </table>
    1.21 +  <br>
    1.22 +</body>
    1.23 +</html>

mercurial