Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
negative-margin-triggers-content-wrap-expected.html
blob: 0eabc17b6eb613e40306ec6c4c66d885d536427a [
file
]
<style>
img
{
height
:
20px
;
width
:
100px
;
margin-left
:
-
10px
;
background-color
:
green
;
}
div
{
font-family
:
Ahem
;
}
</style>
<div><img>
PASS if content does not wrap.
</div>