tor-browser

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

fixedpos-with-iframe-print-ref.html (457B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <style>
      4  :root {
      5    print-color-adjust: exact;
      6  }
      7 </style>
      8 <p>The word "PASS" should be seen below.</p>
      9 <div style="position:absolute; background:blue;">
     10  <iframe src="data:text/html,PASS" style="width:8em; height:3em; background:yellow;"></iframe>
     11 </div>
     12 <p style="break-before:page;">
     13  Apart from this text, there should be nothing on this page.
     14 </p>