trailing-ideographic-space-alt-003-ref.html (587B)
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 { white-space: pre; } 7 span { 8 background: blue; 9 10 /* to make the span go under the right border */ 11 z-index:-1; 12 position: relative; 13 } 14 aside { 15 display: inline-block; 16 width: 0.5em; 17 border-right: 1em white solid; 18 } 19 </style> 20 21 <p>Test passes if the characters below are arranged in a square and if there is a blue rectangle at the end of the first line. 22 <div>ああ<aside><span> </span></aside><br>ああ</div>