Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / inline / inline-padding-disables-text-quirk.html
blob661fe2887d49e21b6469d5da72cbb86b3d2d2142
1 <HTML>
2 <BODY>
3 <div style="background: green; border-bottom: 1px solid black;">
4 <span style="padding: 0 0 0 1px;"></span></div>
5 <div>There should be a green block above this text</div>
6 </BODY>
7 </HTML>