trisquel-icecat/icecat/testing/web-platform/tests/css/css-page/page-name-flex-004-print-ref.html

13 lines
242 B
HTML

<!DOCTYPE html>
<html>
<body>
<div>a</div>
<div style="display:flex; flex-direction:column">
<div>
<div style="break-after: page">b</div>
<div>c</div>
</div>
</div>
<div>d</div>
</body>
</html>