1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.0//EN">
4 <title>white-space: mixed tests
</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 .test { font: 1em/1 Ahem
; background: green
; color: lime
; width: 19em; }
9 .normal { white-space: normal
; }
10 .nowrap { white-space: nowrap
; }
11 .pre { white-space: pre
; }
14 <body><div class=
"test pre"><span>1234</span>567890123456789 xxxx xxxx xx
</div></body>