summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/inline/inline-padding-disables-text-quirk.html
blob: 661fe2887d49e21b6469d5da72cbb86b3d2d2142 (plain)
1
2
3
4
5
6
7
<HTML> 
<BODY> 
<div style="background: green; border-bottom: 1px solid black;">
<span style="padding: 0 0 0 1px;"></span></div> 
<div>There should be a green block above this text</div> 
 </BODY> 
</HTML>