overflow-wrap-normal-keep-all-001.html (831B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test: word-break-keep-all and overflow-wrap:normal</title> 4 <link rel="author" title="Florian Rivoal" href="https://florian.rivoal.net/"> 5 <link rel="help" href="https://www.w3.org/TR/css-text-3/#overflow-wrap-property"> 6 <link rel="match" href="reference/overflow-wrap-normal-keep-all-001-ref.html"> 7 <meta name="flags" content="may"> 8 <meta name="assert" content="with overflow-wrap:normal, the restrictions introduced by word-break:keep-all may be relaxed to match word-break:normal if there are no otherwise-acceptable break points in the line."> 9 <style> 10 div { 11 overflow-wrap: normal; 12 word-break: keep-all; 13 width: 0; 14 } 15 </style> 16 17 <p>Test passes if there is a column of 文 characters on top of eachother below. 18 <div lang=ja>文文文文文文文文</div>