1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>white-space normal: zero width non-breaking space
</title>
5 <script src=
"../../../resources/ahem.js"></script>
6 <style type=
"text/css">
8 .control { display: inline
; font: 1em/1 Ahem
, sans-serif
; background: red
; color: white
; }
9 * { white-space: normall
; font: inherit
; }
10 div
{ display: block
; margin: 1em; }
11 span
{ display: inline
; }
14 div
{ font: 20px/1 Ahem
; width: 4em; background: red
; color: green
; }
18 <div class=
"control">Ahem_font_required_for_this_test.
</div>
19 <p>There should be a green block below, no red.
</p>