OLD | NEW |
1 <script src="../../resources/check-layout.js"></script> | 1 <script src="../../resources/check-layout.js"></script> |
2 <body onload="checkLayout('.quirky-box');"> | 2 <body onload="checkLayout('.quirky-box');"> |
3 <table height="100%"> | 3 <table height="100%"> |
4 <tbody> | 4 <tbody> |
5 <tr> | 5 <tr> |
6 <td> | 6 <td> |
7 <table class="quirky-box" height="100%" data-offset-y="1"> | 7 <table class="quirky-box" height="100%" data-offset-y="1"> |
8 <tbody> | 8 <tbody> |
9 <tr> | 9 <tr> |
10 <td style="height: 100px;"></td> | 10 <td style="height: 100px;"></td> |
(...skipping 14 matching lines...) Expand all Loading... |
25 </div> | 25 </div> |
26 </td> | 26 </td> |
27 </tr> | 27 </tr> |
28 </tbody> | 28 </tbody> |
29 </table> | 29 </table> |
30 </td> | 30 </td> |
31 </tr> | 31 </tr> |
32 </tbody> | 32 </tbody> |
33 </table> | 33 </table> |
34 </body> | 34 </body> |
OLD | NEW |