summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/wordwrap-10.html
blob: 5a892c6adf0c863dfe24024940abda9c8a2196b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Test - word-wrap: break-word should respect clusters</title>
  </head>
  <body>
    <div style="width:0px; word-wrap:break-word">
      abc
      d&#x0325;e&#x0315;f&#x0323;
      &#x10400;&#x10401;&#x10402;
    </div>
  </body>
</html>