1 2 3 4 5 6 7 8
<!DOCTYPE html> <html class="reftest-paged"> <body> <div>a</div> <div style="float: left;">b</div> <div style="break-before: page;">c</div> </body> </html>