word-break-break-all-ethiopic-ref.html (433B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>break-all Ethiopic word breaking</title> 5 <link rel='author' title='Florian Rivoal' href='https://florian.rivoal.net'> 6 <style> 7 div { 8 color: blue; 9 white-space: pre; 10 } 11 .ref { 12 color: orange; 13 } 14 </style> 15 16 <p> Test passes if the blue and orange text are identical. 17 18 <div lang=am>በ፡ 19 በ፡ 20 በ፡ 21 በ</div> 22 <div lang=am class=ref>በ፡ 23 በ፡ 24 በ፡ 25 በ</div>