hanging-punctuation-inline-001-ref.html (381B)
1 <!doctype html> 2 <html lang=en> 3 4 <title>test reference</title> 5 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 6 <style> 7 div { font-size: 2em; } 8 #ref { color: blue; } 9 #test { color: orange; } 10 </style> 11 12 <p>Test passes if the orange and blue pieces of text are laid out identically. 13 14 <div id=ref>字字字字」</div> 15 <div id=test>字字字字」</div>