tor-browser

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

table-cell-breaking-3-ref.html (625B)


      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  }
     21  </style>
     22 
     23  <div class="td" style="height: 1.5in">
     24    <div style="height: 1.5in; background: yellow;"></div>
     25  </div>
     26 </html>