white-space-pre-wrap-justify-004-ref.html (479B)
1 <!doctype html> 2 <meta charset=utf-8> 3 <title>CSS Text reference</title> 4 5 <style> 6 div { 7 border: 1px solid gray; 8 font: 22px monospace; 9 width: 22ch; 10 margin: 1em; 11 } 12 .ref { 13 white-space: normal; 14 text-align: justify; 15 text-align-last: right; 16 } 17 </style> 18 19 <p>Test passes if the two blocks are rendered identically</p> 20 21 <div class=ref>,one, two, three<br>four, five, six, !seven, eight, nine</div> 22 23 <div class=ref>,one, two, three<br>four, five, six, !seven, eight, nine</div>