white-space-collapsing-breaks-001-ref.xht (550B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test reference</title> 5 <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/"/> 6 <link rel="author" title="Florian Rivoal" href="https:/florian.rivoal.net"/> 7 <style type="text/css"> 8 div { 9 height: 2em; 10 background: green; 11 } 12 </style> 13 14 </head> 15 <body> 16 <p>There must be a green box below and no red.</p> 17 <div></div> 18 </body> 19 </html>