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

15 lines
304 B
HTML

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