tor-browser

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

fieldset-00H-ref.html (600B)


      1 <!DOCTYPE html>
      2 <html class="reftest-paged">
      3 <head>
      4  <title>Reference: fieldset fragmentation</title>
      5  <link rel="author" title="Mats Palmgren" href="https://bugzilla.mozilla.org/show_bug.cgi?id=471015">
      6  <meta name="flags" content="paged">
      7  <style>
      8 @page { size:5in 3in; margin:0.5in; }
      9 html,body {
     10    color:black; background-color:white; font:0.5in/1 monospace; padding:0; margin:0;
     11 }
     12 div {
     13  padding: 0;
     14  margin: 0;
     15  border: 0;
     16  border: 0.1in solid black;
     17  break-inside: avoid;
     18 }
     19 </style>
     20 </head>
     21 <body>
     22  X
     23  <br style="page-break-after:always">
     24  <div>A<br>B<br>C</div>
     25 </body>
     26 </html>