Sign in
webkit
/
WebKit
/
refs/heads/master
/
.
/
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>