ws-break-spaces-applies-to-006-ref.html (635B)
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 white-space: pre; 18 width: 4ch; 19 } 20 21 td 22 { 23 padding: 0px; 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>