Sign in
webkit
/
WebKit
/
23e576feb4d75c9fc45f35cc19515c4cf11389a1
/
.
/
LayoutTests
/
fast
/
sub-pixel
/
inline-block-with-margin.html
blob: 16695723e3df0565620dfc03dba1f138662b795b [
file
] [
log
] [
blame
]
<!DOCTYPE>
<html>
<head>
<style>
div
{
display
:
inline-block
;
}
div
>
span
{
margin-left
:
0.4em
;
}
</style>
</head>
<body>
<div>
Should not
<span>
wrap
</span></div>
<section>
Line above should not wrap.
</section>
</body>
</html>