white-space-trim-discard-inner-001-ref.xht (903B)
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-trim - discard-inner - 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 each text positions in the first line match the corresponding positions in the second line. 18 </p> 19 <div> 20 [<span>1 2</span>] 21 [<span> 3 4 </span>] 22 [<span>5 6</span>] 23 [<span>7 24 25 8</span>] 26 </div> 27 <div> 28 [<span>1 2</span>] 29 [<span> 3 4 </span>] 30 [<span>5 6</span>] 31 [<span>7 32 33 8</span>] 34 </div> 35 </body> 36 </html>