tor-browser

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

page-name-and-break-print-ref.html (288B)


      1 <!DOCTYPE html>
      2 <html>
      3  <title>Reference: CSS page name change and break-after: page at the same point.</title>
      4  <link rel="author" title="Emily McDonough" href="mailto:emcdonough@mozilla.com"/>
      5  <body>
      6    <div style="break-after: page">AAA</div>
      7    <div>BBB</div>
      8  </body>
      9 </html>