Bug 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git] / layout / reftests / text / wordbreak-9-ref.html
blobbd70c084d55fb461cf007618dbfd412bd52a8029
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 @font-face {
7 font-family: latin;
8 src: url("../fonts/sil/GenR102.ttf");
10 @font-face {
11 font-family: arabic;
12 src: url("../fonts/sil/Scheherazade-R 2012-07-03c.ttf");
14 body {
15 font-family: latin, arabic, sans-serif;
16 font-size: 24px;
17 line-height: 2em;
19 </style>
20 <title>Test - word-break:break-all across font fallback</title>
21 </head>
22 <body>
23 <!-- the arabic diacritics here will fall back to font 'arabic', which
24 is a graphite-enabled arabic font, and be shaped separately;
25 nevertheless, they must remain clustered with the preceding letters,
26 no additional line-breaks are allowed before them (bug 833297) -->
27 <div>f<br>o&#x064c;<br>o&#x0650;<br>b<br>a&#x0654;<br>r</div>
28 </body>
29 </html>