word-break-break-all-ref-032.html (927B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <head> 4 <meta charset="utf-8"> 5 <title>word-break: keep-all, korean (Hangul Jamos)</title> 6 <link rel='author' title='Makoto Kato' href='mailto:m_kato@ga2.so-net.ne.jp'> 7 <style type='text/css'> 8 .test { word-break: break-all; } 9 /* the CSS below is not part of the test */ 10 .test, .ref { border: 1px solid orange; margin: 20px; padding: 10px; width: 390px; font: 36px/1 sans-serif; } 11 </style> 12 </head> 13 <body> 14 <div id='instructions'>Test passes if the two orange boxes are the same.</div> 15 <div class="ref" lang="ko"><span>애기판다 애기판<br/>다</span></div> 16 <div class="ref" lang="ko"><span>애기판다 애기판<br/>다</span></div> 17 </body> 18 </html>