servo/tests/wpt/web-platform-tests/css/printing/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>