word-break-break-all-020-ref.html (607B)
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 border: 5px solid; 8 width: 2em; 9 } 10 11 div:nth-of-type(1) { border-color: blue; } 12 div:nth-of-type(2) { border-color: green; } 13 div:nth-of-type(3) { border-color: orange; } 14 15 </style> 16 17 <p>Test passes if the text in each of the following 3 boxes is broken into separate lines at the same points. 18 19 <div lang=ja>あ<br>い)<br>あ<br>(い</div> 20 <div lang=ja>あ<br>い)<br>あ<br>(い</div> 21 <div lang=ja>あ<br>い)<br>あ<br>(い</div>