1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>white-space nowrap: basic test
</title>
5 <script src=
"../../../resources/ahem.js"></script>
6 <style type=
"text/css">
7 .control { display: inline
; font: 1em/1 Ahem
, sans-serif
; background: red
; color: white
; }
8 .top { font: 20px/1 Ahem
; }
9 .outer { width: 10em; background: red
; }
10 .inner { width: 7em; color: lime
; background: green
; white-space: nowrap
; }
14 <div class=
"control">Ahem_font_required_for_this_test.
</div>
15 <p>There should be no red below, only a lime line with a green square in it.
</p>