Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
fast
/
inline
/
inline-content-with-image-simple.html
blob: d612c9b22c567360508460a78021b64844828aff [
file
] [
log
] [
blame
]
<style>
.
inlineRoot
{
border
:
1px
solid green
;
width
:
400px
;
height
:
200px
;
overflow
:
hidden
;
font-size
:
22px
;
}
.
breakBoth
{
border
:
1px
solid red
;
}
</style>
<div
class
=
inlineRoot
>
1
<img
src
=
"foo.jpg"
height
=
100
width
=
100
class
=
breakBoth
>
3
</div>