| <style> | |
| div { | |
| display: inline-block; | |
| white-space: nowrap; | |
| font-size: 20px; | |
| } | |
| .container { | |
| width: 0px; | |
| white-space: pre-wrap; | |
| } | |
| </style> | |
| <div class=container><div>PASS</div><div>if</div><div>this</div><div>content</div><div>does</div><div>wrap</div></div> |