Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-anchor-position
/
position-visibility-anchors-valid-ref.html
blob: 96b4e865512c2adf1215e7aaae43bc1053bd6356 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<style>
.
anchor
{
width
:
100px
;
height
:
100px
;
background
:
orange
;
}
.
target
{
width
:
100px
;
height
:
100px
;
background
:
green
;
}
</style>
<div
class
=
"anchor"
>
anchor1
</div>
<div
class
=
"target"
>
target1
</div>