white-space-collapse-preserve-breaks-001-ref.xht (927B)
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 - preserve-breaks - 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 two sentences matches the second one. 18 </p> 19 <p> 20 <span> 21 Sequences of white space should collapse into a single character.<br /> 22 But segment breaks as forced line breaks are preserved. 23 </span> 24 </p> 25 <p> 26 <span> 27 Sequences of white space should collapse into a single character.<br /> 28 But segment breaks as forced line breaks are preserved. 29 </span> 30 </p> 31 </body> 32 </html>