When a span is nested in a div with a different background there's a small gap above and below it. FF doesn't render like that.
Here is the html :
<html>
<body>
<div style="background-color:magenta">
<span style="background-color:cyan">Nested</span>
</div>
<div style="background-color:cyan">Can you see that magenta line ?</div>
</body>
</html>
Does anyone has experienced this ?
Thanks PS: I'm running chrome 5.0.307.9 beta under Xubuntu 9.10