fixedpos-with-iframe-print.html (663B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1414873"> 4 <link rel="match" href="fixedpos-with-iframe-print-ref.html"> 5 <style> 6 :root { 7 print-color-adjust: exact; 8 } 9 </style> 10 <p>The word "PASS" should be seen below.</p> 11 <div style="position:fixed; background:blue;"> 12 <iframe src="data:text/html,PASS" style="width:8em; height:3em; background:yellow;"></iframe> 13 </div> 14 <p style="break-before:page; position:relative; z-index:1; height:8em; background:white;"> 15 Apart from this text, there should be nothing on this page. 16 </p>