blob: b5aa431bdbda42a87a3f74d51239654a206bf749 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head></head>
<body>
<!-- https://bugs.webkit.org/show_bug.cgi?id=76465
There should be no extra space between any of the lines. -->
<div>Before empty span</div>
<span style="line-height:5.24;"></span>
<div>After empty span</div>
<div>Before empty span</div>
<span style="font-size:100px;"></span>
<div>After empty span</div>
<div>Before empty span</div>
<span style="vertical-align:100px;"></span>
<div>After empty span</div>
</body>
</html>