summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text/overflowwrap-10.html
blob: 249097b6dca135ebf4ce8e61294c3d0a171470c9 (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 - overflow-wrap: break-word should respect clusters</title>
  </head>
  <body>
    <div style="width:0px; overflow-wrap:break-word">
      abc
      d&#x0325;e&#x0315;f&#x0323;
      &#x10400;&#x10401;&#x10402;
    </div>
  </body>
</html>