Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-anchor-position
/
position-visibility-no-overflow-ref.html
blob: ae93f956621d0971c5b06e8c72ff69b7cf25705c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<style>
#
container
{
width
:
400px
;
height
:
150px
;
}
.
anchor
{
width
:
100px
;
height
:
100px
;
background
:
orange
;
display
:
inline-block
;
}
</style>
<div
id
=
"container"
>
<div
class
=
"anchor"
>
anchor1
</div>
</div>