Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="match" href="firefox-bug-2073465-ref.html">
<style>
body { font-size: 16px; }
div { position: absolute; font-size: 0.9em; width: 8em; }
.test { background: red; }
.mask { background: green; }
span { display: inline-block; font-weight: bold; width: 4em; }
</style>
<p>There should be no red:<p>
<div class=test><span>foo</span><span>bar</span></div>
<div class=mask><span>foo</span></div>