Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
CSS2
/
normal-flow
/
block-in-inline-baseline-001-ref.html
blob: 35b68ceef65dbf91ecf51069a4f9f3ca007ec45c [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<body>
text
<div
style
=
"
display
:
inline-block
;
background
:
orange
;
width
:
100px
;
"
>
content
<div
style
=
"
border
:
solid
;
height
:
20px
;
"
></div>
</div>
</body>