OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <style> |
| 3 body { overflow: scroll; } |
| 4 </style> |
| 5 <p>There should be a hotpink square below.</p> |
| 6 <div id="multicol" style="position:relative; columns:2; column-fill:auto; column
-gap:0; width:100px; height:90px; line-height:20px; orphans:1; widows:1;"> |
| 7 <br> |
| 8 <br> |
| 9 <br> |
| 10 <table data-expected-height="110" cellspacing="0" cellpadding="0"> |
| 11 <col style="width:10px;"> |
| 12 <col style="width:10px;"> |
| 13 <tr data-expected-height="50"> |
| 14 <td data-expected-height="50"> |
| 15 <br><br> |
| 16 </td> |
| 17 </tr> |
| 18 <tr data-expected-height="60"> |
| 19 <td data-expected-height="60"> |
| 20 <br> |
| 21 <div data-offset-y="40" style="position:relative; background:hot
pink;"><br></div> |
| 22 <br> |
| 23 </td> |
| 24 <td> |
| 25 <div data-offset-y="40" style="position:relative; height:20px; b
ackground:hotpink;"><br></div> |
| 26 </td> |
| 27 </tr> |
| 28 </table> |
| 29 </div> |
| 30 <script src="../resources/check-layout.js"></script> |
| 31 <script> |
| 32 checkLayout("#multicol"); |
| 33 </script> |
OLD | NEW |