blob: 80bdb406b7f537eb6f84610beef65576fcacd3c7 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>word-break: break-all on inline element - reference</title>
<style>
.testdiv { font-family: monospace; width: 6.1ch; padding: 1px; margin: 10px; border: 1px solid silver; }
</style>
<div>Test passes if the two boxes are the same.</div>
<div class="testdiv">aaaaaaa<br>bbbbbb<br>bcccccc</div>
<div class="testdiv">aaaaaaa<br>bbbbbb<br>bcccccc</div>