content-white-space-003-ref.html (388B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 border: solid silver; 7 margin: 0.5em; 8 padding: 0.2em; 9 color: blue; 10 } 11 </style> 12 <body> 13 <p>Test passes if the contents of the two silver boxes are identical.</p> 14 <div>This text should be on one line.</div> 15 <div>This text should be on one line.</div> 16 </body>