Bug 1910110 - Return early when channel URI is void r=rpl a=Aryx
[gecko.git] / layout / reftests / text / 476378-soft-hyphen-fallback.html
blobf5aaec8ba9abbc7e872fff20e5477a33247b6a0e
1 <html>
2 <head>
3 <title>Soft hyphen font fallback (for bug 476378)</title>
4 </head>
5 <body>
7 <!-- On OS X, Hoefler Text has a distinctive hyphen; on Windows, Segoe UI does.
8 In each case U+2010 will fall back to a font with a very different glyph. -->
9 <div style="width: 50pt;
10 font-family: Hoefler Text, Segoe UI, Trebuchet MS, Lucida Grande;
11 font-size: 24pt;">
13 <!-- test whether soft-hyphen gets rendered from the primary font -->
14 <p>aaa&shy;aa</p>
16 </div>
18 </body>
19 </html>