1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/391045-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +<!DOCTYPE html> 1.5 +<!-- Reftest for bug 391045 --> 1.6 +<html> 1.7 + <head> 1.8 + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 1.9 + <title>reftest for bug 391045</title> 1.10 + </head> 1.11 + <style type="text/css"> 1.12 + body { 1.13 + font-size: 24pt; 1.14 + } 1.15 + </style> 1.16 + <body> 1.17 + <p>നെ തുടര്ന്നാണ് ആര‍‌.</p> 1.18 + <!-- note the extra zwnj before the period; this is needed to prevent 1.19 + the zwj causing font fallback choices to propagate further 1.20 + (see gfxFontGroup::FindFontForChar). --> 1.21 + </body> 1.22 +</html> 1.23 \ No newline at end of file