control-characters-001.html (1773B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Control Characters between (00 and 1F)</title> 5 <link rel="author" title="Microsoft" href="http://www.microsoft.com/" /> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/text.html#spacing-props" /> 7 <link rel="help" href="https://drafts.csswg.org/css-text-3/#white-space-processing"/> 8 <meta name="flags" content="HTMLonly" /> 9 <meta name="assert" content="Handling and processing of control characters." /> 10 <style type="text/css"> 11 div 12 { 13 border: 1px solid black; 14 height: 1.2em; 15 padding-left: 1em; 16 } 17 </style> 18 </head> 19 <body> 20 <p>Test passes if there is only a single character in each box below or the box is empty.</p> 21 <!-- C0 Control Characters --> 22 <div>�</div> 23 <div></div> 24 <div></div> 25 <div></div> 26 <div></div> 27 <div></div> 28 <div></div> 29 <div></div> 30 <div></div> 31 <div></div> 32 <div></div> 33 <div></div> 34 <div></div> 35 <div></div> 36 <div></div> 37 <div></div> 38 <div></div> 39 <div></div> 40 <div></div> 41 <div></div> 42 <div></div> 43 <div></div> 44 <div></div> 45 <div></div> 46 <div></div> 47 <div></div> 48 <div></div> 49 <div></div> 50 <div></div> 51 </body> 52 </html>