content-visibility-auto-print.html (414B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <link rel=match href="content-visibility-auto-print-ref.html"> 4 <link rel=help href="https://drafts.csswg.org/css-contain/#content-visibility"> 5 <link rel=help href="https://bugzilla.mozilla.org/show_bug.cgi?id=1907081"> 6 <!-- Pushes the following link onto page 3 of the print output: --> 7 <div style="height: 500px"></div> 8 <div style="content-visibility: auto">Hello World</div>