white-space-mixed-001-ref.xht (1320B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 5 <head> 6 7 <title>CSS Reftest Reference</title> 8 9 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/" /> 10 11 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 12 <style type="text/css"><![CDATA[ 13 div 14 { 15 background-color: yellow; 16 border: blue solid medium; 17 color: orange; 18 font: 1.25em/1 Ahem; 19 white-space: pre; 20 width: 19em; 21 } 22 ]]> 23 </style> 24 25 </head> 26 27 <body> 28 29 <p>There should be a pretty yellow and orange pattern and "PASS" in orange on white.</p> 30 31 <div>1234567890123456789 32 x x x x x x x x x x 33 1234567890123456789 xxxx xxxx xxxx xxxx 34 x x x x x x x x 35 x x x x x x x x x x xxxx xxxx xxxx xxxx 36 x x x x x x x 37 xxxxxxxxxxxxxxxxxxx x x x xxxx xxxx</div> 38 39 <p>The pattern in the blue rectangle above should look exactly like the reference rendering below:</p> 40 41 <div>1234567890123456789 42 x x x x x x x x x x 43 1234567890123456789 xxxx xxxx xxxx xxxx 44 x x x x x x x x 45 x x x x x x x x x x xxxx xxxx xxxx xxxx 46 x x x x x x x 47 xxxxxxxxxxxxxxxxxxx x x x xxxx xxxx</div> 48 49 </body> 50 </html>