no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / fallback-respects-generic-1-ref.html
blobc812c5a03b0676457275586e4967ad04aa02edea
1 <!DOCTYPE html>
2 <html lang="en-US">
3 <meta charset="utf-8">
4 <style>
5 .a { font: 32px serif; }
6 .b { font: 32px sans-serif; }
7 strut { font-size: 2em; }
8 </style>
9 <p>The first Chinese line should use the <tt>serif</tt> font setting from prefs;
10 the second should use the <tt>sans-serif</tt> font setting.</p>
11 <p class="a"><span lang="zh-CN">你好吗?</span><strut>&nbsp;</strut></p>
12 <p class="b"><span lang="zh-CN">你好吗?</span><strut>&nbsp;</strut></p>