Sign in
webkit
/
WebKit
/
031545c904ac108f0063861f58a3e4e2a299b0c0
/
.
/
Tools
/
LayoutReloaded
/
test
/
inline-block-with-fixed-width-height.html
blob: b0602193119222f79b00787430a234ef592611c6 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<div
style
=
"
height
:
500px
"
>
foo
<span
style
=
"
margin-left
:
30px
;
display
:
inline-block
;
width
:
200px
;
height
:
100px
;
"
>
foobar
</span>
foobar
</div>
</body>
</html>