blob: 68a1307884160658fc5ca5383cc821dcf621a8c9 [file] [log] [blame]
<!--
@BLINK-ALLOW:details*
@AURALINUX-ALLOW:details*
@WIN-ALLOW:details*
-->
<html>
<head><style>
button {
anchor-name: --anchor-el;
margin: 60dvh;
}
div {
position: absolute;
position-anchor: --anchor-el;
bottom: anchor(top);
right: anchor(right);
background: skyblue;
}
</style></head>
<body>
<div>target</div>
<button>anchor</button>
</body>
</html>