1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/text/476378-soft-hyphen-fallback-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<html> 1.5 +<head> 1.6 +<title>Soft hyphen font fallback (for bug 476378)</title> 1.7 +</head> 1.8 +<body> 1.9 + 1.10 +<!-- On OS X, Hoefler Text has a distinctive hyphen; on Windows, Segoe UI does. 1.11 + In each case U+2010 will fall back to a font with a very different glyph. --> 1.12 +<div style="width: 50pt; 1.13 + font-family: Hoefler Text, Segoe UI, Trebuchet MS, Lucida Grande; 1.14 + font-size: 24pt;"> 1.15 + 1.16 +<!-- reference text uses an explicit ASCII hyphen at the expected break point --> 1.17 +<p>aaa-<br>aa</p> 1.18 + 1.19 +</div> 1.20 + 1.21 +</body> 1.22 +</html>