chromium/third_party/blink/web_tests/external/wpt/css/css-page/fixedpos-with-link-with-inline-child-print-ref.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>