tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

table-cell-breaking-3a-ref.html (793B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3  <meta charset="utf-8">
      4  <title>CSS Fragmentation Test Reference: breaking of a table-cell</title>
      5  <link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
      6  <link rel="author" title="Mozilla" href="https://www.mozilla.org/">
      7 
      8  <style>
      9  @page { size:5in 3in; margin:0.5in; }
     10 
     11  html, body {
     12    font-size: 12pt; margin: 0;
     13  }
     14 
     15  .td {
     16    width: 1in;
     17    background: green;
     18    padding: 0.25in;
     19    border: 0.25in solid gray;
     20    padding-bottom: 0;
     21    border-bottom: 0;
     22  }
     23  </style>
     24 
     25  <!-- table-cell-breaking-3a.html currently matches this reference file, but
     26       ideally it should match table-cell-breaking-3-ref.html  -->
     27  <div class="td">
     28    <div style="height: 1.5in; background: yellow;"></div>
     29  </div>
     30 </html>