summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/word-break/reference/word-break-break-all-inline-007-ref.html
blob: 80bdb406b7f537eb6f84610beef65576fcacd3c7 (plain)
1
2
3
4
5
6
7
8
9
<!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>