no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / font-matching / 1367860-3.htm
blob6791e2f167603315f23d92126dfcc47d6e4a6f73
1 <!DOCTYPE html>
2 <!--
3 Reftest for Bug 1367860
4 Case 3: No font-family
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 lang="ja">
17 These two lines should be exactly the same.
18 </div>
19 </body>
20 </html>