Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-page
/
fixedpos-with-link-with-inline-child-print-ref.html
blob: f12d31acd9d077a24a4ba47bcdbb5b2a3029faf3 [
file
] [
log
] [
blame
]
<!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>