trailing-ideographic-space-002-ref.html (421B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS test reference</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 5 <style> 6 div { 7 line-height: 1; 8 color: transparent; 9 float: left; 10 clear: left; 11 } 12 span { 13 background: green; 14 } 15 </style> 16 17 <p>Test passes if the shape below is green and if there is no red. 18 19 <div><span>ああああ あ あ</span></div> 20 <div><span>ああ</span></div>