blob: cab36daf0c308f067c2e83026bf57dcc70996563 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<!-- Reftest for bug 391045 -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>reftest for bug 391045</title>
</head>
<style type="text/css">
body {
font-size: 24pt;
}
</style>
<body>
<p>നെ തുടര്ന്നാണ് ആര‍‌.</p>
<!-- note the extra zwnj before the period; this is needed to prevent
the zwj causing font fallback choices to propagate further
(see gfxFontGroup::FindFontForChar). -->
</body>
</html>
|