no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / 1367860-2.htm
blob977743989e1ca29b7c739228f7aff6eb566d8678
1 <!DOCTYPE html>
2 <!--
3 Reftest for Bug 1367860
4 Case 2: Language tag on descendant / font-family on ancestor
5 (fails before patch)
6 -->
8 <html>
9 <head>
10 <meta charset="UTF-8">
11 </head>
12 <body>
13 <div lang="ja" style="font-family: InvalidFontName;">
14 These two lines should be exactly the same.
15 </div>
16 <div style="font-family: InvalidFontName;"><div lang="ja">
17 These two lines should be exactly the same.
18 </div></div>
19 </body>
20 </html>