trisquel-icecat/icecat/testing/web-platform/tests/css/css-page/fixedpos-with-link-with-inline-child-print-ref.html

10 lines
240 B
HTML

<!DOCTYPE html>
<style>
body { margin: 0; }
</style>
<div>
<a href="/">Link <span>should be seen</span> on both pages.</a>
</div>
<div style="break-before:page;">
<a href="/">Link <span>should be seen</span> on both pages.</a>
</div>