chromium/third_party/blink/web_tests/fast/inline/inline-padding-disables-text-quirk.html

<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>