tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

word-break-break-all-inline-002-ref.html (366B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>word-break: break-all on inline element - reference</title>
      4 <style>
      5 .testdiv { font-family: monospace; width: 6.1ch; padding: 1px; margin: 10px; border: 1px solid silver; }
      6 </style>
      7 <div>Test passes if the two boxes are the same.</div>
      8 <div class="testdiv">aaa bb<br>bbbb</div>
      9 <div class="testdiv">aaa bb<br>bbbb</div>