fixedpos-with-link-with-inline-child-print.html (509B)
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=1373172"> 4 <link rel="match" href="fixedpos-with-link-with-inline-child-print-ref.html"> 5 <style> 6 body { margin: 0; } 7 </style> 8 <div style="position:fixed;"> 9 <a href="/">Link <span>should be seen</span> on both pages.</a> 10 </div> 11 <div style="break-before:page; height:10px;"></div> 12 <div style="break-before:page; height:10px;"></div>