overflow-wrap-break-word-fit-content-001.html (478B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text Test: overflow-wrap: break-word with fit-content</title> 4 <link rel="author" title="Koji Ishii" href="mailto:kojiishi@gmail.com"> 5 <style> 6 .test { 7 display: inline-block; 8 font-size: 20px; 9 line-height: 1; 10 margin-bottom: .2em; 11 } 12 </style> 13 <body> 14 <div id="log"></div> 15 <p class="instructions">Tests pass if all lines do not wrap. 16 <div><div class="test">𝜋</div></div> 17 <div><div class="test">𝜋</div></div> 18 </body>