mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-08 05:52:32 +00:00
3e2984d1e1
MozReview-Commit-ID: E29lR1RMDp4
21 lines
354 B
HTML
21 lines
354 B
HTML
<!DOCTYPE html>
|
|
<!--
|
|
Reftest for Bug 1367860
|
|
Case 3: No font-family
|
|
(fails before patch)
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
<div lang="ja" style="font-family: InvalidFontName;">
|
|
These two lines should be exactly the same.
|
|
</div>
|
|
<div lang="ja">
|
|
These two lines should be exactly the same.
|
|
</div>
|
|
</body>
|
|
</html>
|