servo/tests/wpt/web-platform-tests/css/css-sizing/div-auto-margin-top-ref.html

15 lines
298 B
HTML

<!DOCTYPE HTML>
<title> Ensure top takes effect after element is centered </title>
<style>
div {
inset: 0;
background-color: black;
margin: auto;
top: 10px;
position: absolute;
block-size: 200px;
inline-size: 100px;
border: 5px solid red;
}
</style>
<div></div>