summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/wordbreak-1-ref.html
blob: 63cd78f60fe48f23d4df673e14a3aa8adfd82479 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Test - word-break: break-all</title>
  </head>
  <body>
    <div>f<br/>o<br/>x<br/>f<br/>-<br/>o<br/></div><br/>
    <div>fox<br/>f-<br>o</div><br/>
  </body>
</html>