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>