tor-browser

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

fixedpos-with-link-with-inline-child-print-ref.html (240B)


      1 <!DOCTYPE html>
      2 <style>
      3  body { margin: 0; }
      4 </style>
      5 <div>
      6  <a href="/">Link <span>should be seen</span> on both pages.</a>
      7 </div>
      8 <div style="break-before:page;">
      9  <a href="/">Link <span>should be seen</span> on both pages.</a>
     10 </div>