text-justify-006-ref.html (606B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>test reference</title> 6 <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> 7 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 8 <style> 9 div { 10 font: 20px/1 Ahem; 11 white-space: pre; 12 } 13 #ref { 14 color: orange; 15 } 16 #test { 17 color: blue; 18 } 19 20 /* this is just filler content to have an invisible last line, as jutification does not affect the last line */ 21 a { color: white; } 22 </style> 23 24 <p>Test passes if the blue and orange boxes are aligned. 25 26 <div id=ref>X X X X</div> 27 <div id=test>X X X X</div>