ws-break-spaces-applies-to-012-ref.html (638B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference Test</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 9 <style> 10 table 11 { 12 border: black solid 2px; 13 border-spacing: 0px; 14 font-family: monospace; 15 font-size: 32px; 16 margin-bottom: 0.25em; 17 } 18 19 td 20 { 21 padding: 0px; 22 width: 4ch; 23 white-space: normal; 24 } 25 </style> 26 27 <body> 28 29 <p>Test passes if the characters inside of each black-bordered rectangles are laid out identically. 30 31 <table><tr><td>123 32 8</table> 33 34 <table><tr><td>123 35 8</table>