| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
| <title>white-space normal: zero width non-breaking space</title> |
| .control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; } |
| td * { white-space: normal; font: inherit; } |
| span { display: inline; } |
| td { font: 20px/1 Ahem; color: maroon; background: red; padding: 0; } |
| span { background: lime; } |
| <div class="control">Ahem_font_required_for_this_test.</div> |
| <p>There should be no red below, only a green square bordered in green.</p> |
| <!-- U+00A0 is exactly equivalent to U+200B U+0020 U+200B --> |
| <div>X<span>   </span>X</div> |
| <div>X<span>​ ​ ​ ​</span>X</div> |
| <div>X<span> ​ ​ </span>X</div> |