Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-sizing
/
div-block-size-ref.html
blob: 1a32dab499f743f3e2defcba95a38d5dcd2e706e [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE HTML>
<title>
Ensure block size is same as height of inner div
</title>
<style>
div
{
inset
:
0
;
background-color
:
black
;
position
:
absolute
;
block-size
:
200px
;
inline-size
:
100px
;
border
:
5px
solid red
;
}
</style>
<div></div>