text-justify-and-trailing-spaces-003-ref.html (521B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>test reference</title> 6 <link rel="author" title="Javier Fernandez" href="mailto:jfernandez@igalia.com" /> 7 <style> 8 div { 9 width: 7ch; 10 font: 20px monospace; 11 background: blue; 12 margin-left: 20px; 13 direction: rtl; 14 } 15 span { 16 background: green; 17 } 18 </style> 19 20 <p>Test passes if we have XX at each edge of the blue box and XXX in the second line (left-edge trailing space if not removed)</p> 21 <div><span>XX XX <br>XXX</span></div>