inline属性元素是否支持overflow:hidden实例页面

代码:

HTML代码:
<span style="overflow:hidden;">
    <img src="//image.zhangxinxu.com/image/study/s/s128/mm1.jpg" style="margin-left:-5px;" />
<span>
                
HTML代码:
<span style="display:inline-block; overflow:hidden;">
    <img src="//image.zhangxinxu.com/image/study/s/s128/mm1.jpg" style="margin-left:-5px;" />
<span>
				
HTML代码:
<div style="display:inline; overflow:hidden;">
    <img src="//image.zhangxinxu.com/image/study/s/s128/mm1.jpg" style="margin-left:-5px;" />
<div>
				

效果: