Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
sub-pixel
/
inline-block-with-margin-expected.html
blob: 2070ba0b85abc4af1191e4360e1de2ca3285f9b6 [
file
]
<!DOCTYPE>
<html>
<head>
<style>
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>