white-space-collapse-discard-001-ref.xht (728B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 3 <html xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <title>CSS Test: white-space-collapse - discard - basic cases Reftest Reference</title> 6 <link rel="author" title="Satoshi Umehara" href="mailto:umehara@est.co.jp" /> 7 <style type="text/css"> 8 <![CDATA[ 9 span { 10 color: Blue; 11 } 12 ]]> 13 </style> 14 </head> 15 <body> 16 <p> 17 Test passes if the first sentence matches the second one. 18 </p> 19 <div> 20 <span>AllWhiteSpaceInTheElementShouldBeDiscarded.</span> 21 </div> 22 <div> 23 <span>AllWhiteSpaceInTheElementShouldBeDiscarded.</span> 24 </div> 25 </body> 26 </html>