white-space-pre-wrap-trailing-spaces-013-ref.html (413B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <meta http-equiv="content-language" content="en, ja" /> 4 <title>CSS test Reference</title> 5 <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" /> 6 <style> 7 div { white-space: pre; } 8 span { background: blue; } 9 </style> 10 11 <p>This test passes if the line is after the white space, which hangs (blue). 12 13 <div>ああ<span> <br>X</span></div>