summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/printing/fixedpos-with-link-with-inline-child-print-ref.html
blob: f12d31acd9d077a24a4ba47bcdbb5b2a3029faf3 (plain)
1
2
3
4
5
6
7
8
9
10
<!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>