content-175.xht (929B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: Generated Content: \A and white-space</title> 5 <link rel="author" title="Ian Hickson" href="mailto:ian@hixie.ch"/> 6 <link rel="alternate" href="http://www.hixie.ch/tests/adhoc/css/content/005.html" type="text/html"/> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#content" /> 8 <link rel="match" href="content-175-ref.xht" /> 9 10 <style type="text/css"> 11 .test { width: 20em; padding: 2em 10em; } 12 .test div { display: inline; padding: 0 1em 0 0; background: navy; color: navy; } 13 .test div:after { content: ' \A'; white-space: pre; } 14 </style> 15 </head> 16 <body> 17 <div>Test passes if there is only one single straight blue stripe.</div> 18 <div class="test"><div> 19 This test has failed. 20 </div></div> 21 </body> 22 </html>