Bug 1535077 - Switch to using Ref and PureComponent in the SearchBox component. r...
[gecko.git] / layout / reftests / text / wordbreak-8-ref.html
blobb51019e989d4965323a9a6fee1d61583e86d146d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <style type="text/css">
6 .lc { text-transform: lowercase; }
7 .uc { text-transform: uppercase; }
8 </style>
9 <title>Test - word-break:break-all with text-transform and clusters</title>
10 </head>
11 <body>
12 <div class="lc">f<br>o<br>x<br>f<br>o&#x0325;<br>x&#x0307;</div><br>
13 <div class="lc">fox<br>fo&#x0325;x&#x0307;</div><br>
14 <div class="uc">f<br>o<br>x<br>f<br>o&#x0325;<br>x&#x0307;</div><br>
15 <div class="uc">fox<br>fo&#x0325;x&#x0307;</div><br>
16 </body>
17 </html>