word-break-break-word-overflow-wrap-interactions-ref.html (565B)
1 <!DOCTYPE html> 2 <title>CSS Test: word-break: break-word and overflow-wrap interaction</title> 3 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1296042"> 4 <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> 5 <style> 6 div { 7 float: left; 8 width: 100px; 9 height: 100px; 10 border: 1px solid black; 11 margin: 10px; 12 overflow-wrap: anywhere; 13 } 14 </style> 15 <p>The boxes below should look the same.</p> 16 <div>FillerFillerFillerFiller</div> 17 <div>FillerFillerFillerFiller</div> 18 <div>FillerFillerFillerFiller</div>